move some data to code_803E724

This commit is contained in:
DizzyEggg
2025-02-27 15:26:47 +01:00
parent fee9f2f208
commit 94918e8dc3
3 changed files with 41 additions and 25 deletions

View File

@@ -53,6 +53,7 @@ typedef struct Window
#define WINDOW_DUMMY (Window) {.type = WINDOW_TYPE_NORMAL, .width = 0}
#define WINDOW_TYPE_0 0
#define WINDOW_TYPE_WITHOUT_BORDER 1
#define WINDOW_TYPE_NORMAL 3
#define WINDOW_TYPE_FILL_TRANSPARENT 5