X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=common.h;h=e9df311a030462474d0c27d2d09bc9c967b9bedc;hb=d8fc0acce1b39466038284aa6f1941ebe98c8348;hp=fa6df751c03eea9c5cdec0cdb9d0943dffd6d83b;hpb=b3b0d3d852f102147c6306f71818013e51e1687e;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/common.h b/common.h index fa6df75..e9df311 100644 --- a/common.h +++ b/common.h @@ -13,6 +13,18 @@ #define RESET_MAX_TIME 45.0 +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; +VG_STATIC float g_fov_option = 0.86f; + typedef struct ray_hit ray_hit; struct ray_hit {