d_gfx mostly OK

This commit is contained in:
robojumper
2025-07-27 16:45:04 +02:00
parent 4ec5128eb4
commit e4e4be4fce
24 changed files with 339 additions and 69 deletions
+3
View File
@@ -94,6 +94,9 @@ public:
const Screen *GetParent() const {
return mParent;
}
static Screen *GetRoot() {
return spRoot;
}
void SetParent(const Screen *parent);
void SetUnkFlag8();