1 2 3 4 5 6 7 8 9 10 11
// cs/apps/trycopilot.ai/scene1.hh // cs/apps/trycopilot.ai/scene1.hh // cs/apps/trycopilot.ai/scene1.hh #ifndef CS_APPS_TRYCOPILOT_AI_SCENE1_HH #define CS_APPS_TRYCOPILOT_AI_SCENE1_HH #define APP_FRAME_RATE_FPS 60 #define APP_SCREEN_WIDTH (1920 / 4) #define APP_SCREEN_HEIGHT (1080 / 4) #endif // CS_APPS_TRYCOPILOT_AI_SCENE1_HH