Match sub_803EF90, introduce WINDOW_DUMMY macro

This commit is contained in:
DizzyEggg
2025-02-27 15:21:08 +01:00
parent fbf7c511c4
commit fee9f2f208
10 changed files with 300 additions and 535 deletions

View File

@@ -51,6 +51,8 @@ typedef struct Window
const WindowHeader *unk14;
} Window;
#define WINDOW_DUMMY (Window) {.type = WINDOW_TYPE_NORMAL, .width = 0}
#define WINDOW_TYPE_WITHOUT_BORDER 1
#define WINDOW_TYPE_NORMAL 3
#define WINDOW_TYPE_FILL_TRANSPARENT 5