MCPcopy Index your code
hub / github.com/assaultcube/AC / initwarning

Function initwarning

source/src/main.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81static bool restoredinits = false;
82
83bool 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
93SDL_Window *screen = NULL;
94SDL_GLContext glcontext = 0;

Callers 4

texture.cppFile · 0.85
audiomanager.cppFile · 0.85
main.cppFile · 0.85
screenresFunction · 0.85

Calls 1

addchangeFunction · 0.85

Tested by

no test coverage detected