X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=common.h;h=6f0c2f966e705b17d908534f9a41f9829599bb2c;hb=494c85703c76c4123c49937a32584840b6be1470;hp=4c04de762df02ce97de46eb4739527b3ab827e73;hpb=f99902f513b0ad606437bf32de47405dd4ea5f98;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/common.h b/common.h index 4c04de7..6f0c2f9 100644 --- a/common.h +++ b/common.h @@ -5,24 +5,4 @@ #ifndef COMMON_H #define COMMON_H -#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; - #endif /* COMMON_H */