bit more work on komens
/ sync-to-origin (push) Has been cancelled

This commit is contained in:
2025-04-05 11:49:01 +02:00
parent b005631d20
commit b352daabfb
9 changed files with 221 additions and 32 deletions
+3
View File
@@ -3,13 +3,16 @@
#define _ba_me_hg_
#include <cstddef>
#include <menu.h>
#include <vector>
enum AllocationType {
WINDOW_ARRAY,
PANEL_ARRAY,
ITEM_ARRAY,
GENERIC_ARRAY,
WINDOW_TYPE,
PANEL_TYPE,
MENU_TYPE,
GENERIC_TYPE
};