update helpers/location to 'frosted' ui
[carveJwlIkooP6JGAAIwe30JlM.git] / common.h
index 4c04de762df02ce97de46eb4739527b3ab827e73..6f0c2f966e705b17d908534f9a41f9829599bb2c 100644 (file)
--- 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 */