Adding a base class for a QT window

This commit is contained in:
Anonymus Raccoon
2020-02-16 16:53:18 +01:00
parent 6ff4de3e0b
commit c16ce36105
24 changed files with 159 additions and 74 deletions
+2 -2
View File
@@ -163,8 +163,8 @@ namespace ComSquare::PPU
};
struct {
unsigned int height;
unsigned int width;
unsigned int _height;
unsigned int _width;
bool verticalMirroring;
bool horizontalMirroring;
int verticalOffset;