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

Function quit

deps/SDL2/test/teststreaming.c:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62SDL_bool done = SDL_FALSE;
63
64void quit(int rc)
65{
66 SDL_Quit();
67 exit(rc);
68}
69
70void UpdateTexture(SDL_Texture *texture, int frame)
71{

Callers 2

UpdateTextureFunction · 0.70
mainFunction · 0.70

Calls 1

SDL_QuitFunction · 0.85

Tested by

no test coverage detected