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

Function loop

deps/SDL2/test/testaudiohotplug.c:126–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125#ifdef __EMSCRIPTEN__
126void
127loop()
128{
129 if(done)
130 emscripten_cancel_main_loop();
131 else
132 iteration();
133}
134#endif
135
136int

Callers

nothing calls this directly

Calls 1

iterationFunction · 0.85

Tested by

no test coverage detected