| 81 | static bool restoredinits = false; |
| 82 | |
| 83 | bool initwarning(const char *desc, int level, int type) |
| 84 | { |
| 85 | if(initing < level) |
| 86 | { |
| 87 | addchange(desc, type); |
| 88 | return true; |
| 89 | } |
| 90 | return false; |
| 91 | } |
| 92 | |
| 93 | SDL_Window *screen = NULL; |
| 94 | SDL_GLContext glcontext = 0; |
no test coverage detected