MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / quit

Function quit

deps/SDL2/test/testrendertarget.c:41–46  ·  view source on GitHub ↗

Call this instead of exit(), so we can clean up SDL: atexit() is evil. */

Source from the content-addressed store, hash-verified

39
40/* Call this instead of exit(), so we can clean up SDL: atexit() is evil. */
41static void
42quit(int rc)
43{
44 SDLTest_CommonQuit(state);
45 exit(rc);
46}
47
48SDL_Texture *
49LoadTexture(SDL_Renderer *renderer, char *file, SDL_bool transparent)

Callers 1

mainFunction · 0.70

Calls 1

SDLTest_CommonQuitFunction · 0.85

Tested by

no test coverage detected