fnugz's idea
[carveJwlIkooP6JGAAIwe30JlM.git] / common.h
index 4c04de762df02ce97de46eb4739527b3ab827e73..7823e1a7e122141245eeacb20e6411e8cef0c410 100644 (file)
--- a/common.h
+++ b/common.h
@@ -8,21 +8,7 @@
 #define VG_TIMESTEP_FIXED (1.0/60.0)
 #define VG_3D
 #define VG_GAME
-//#define VG_STATIC static
-#define VG_STATIC
-#define VG_FRAMEBUFFER_RESIZE 1
-#include "vg/vg.h"
-#include "submodules/anyascii/impl/c/anyascii.c"
-
 
-enum menu_controller_type{
-   k_menu_controller_type_keyboard,
-   k_menu_controller_type_xbox,
-   k_menu_controller_type_playstation,
-   k_menu_controller_type_steam,
-   k_menu_controller_type_steam_deck
-};
-
-VG_STATIC enum menu_controller_type menu_display_controller;
+#include "vg/vg.h"
 
 #endif /* COMMON_H */