X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=common.h;h=7823e1a7e122141245eeacb20e6411e8cef0c410;hb=bc40c302f1b8313bdd3c773fcfa2f850511c4634;hp=4c04de762df02ce97de46eb4739527b3ab827e73;hpb=f99902f513b0ad606437bf32de47405dd4ea5f98;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/common.h b/common.h index 4c04de7..7823e1a 100644 --- 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 */