10 static void setScreenCentre(SDL_Point point);
11 static void setActiveRenderer(SDL_Renderer* renderer);
12 static SDL_Renderer* getActiveRenderer();
13 static SDL_Point getScreenCentre();
15 static SDL_Point screenCentre;
16 static SDL_Renderer* activeRenderer;