#pragma once #include "assets.hpp" #include "config.hpp" #include "player.hpp" #include struct GlobalState { SDL_Window *window; SDL_Renderer *renderer; SDL_Rect camera; PPlayer player; PhoenixAssets assets; int scale = 20; }; extern GlobalState state;