| 25 | unsigned int display_height = 0; |
| 26 | |
| 27 | unsigned int getScreenWidth() { return display_width; } |
| 28 | unsigned int getScreenHeight() { return display_height; } |
| 29 | |
| 30 | SDL_Surface* sdlScreen = NULL; |
nothing calls this directly
no outgoing calls
no test coverage detected