We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be7219 commit 2da8d1dCopy full SHA for 2da8d1d
src/jngl/main.hpp
@@ -17,6 +17,7 @@
17
#define JNGL_MAIN_BEGIN /* NOLINT */ int SDL_main(int argc, char** argv) { \
18
jngl::Finally _ZtzNg47T5XSjogv(jngl::hideWindow);
19
#define JNGL_MAIN_END return 0; } // NOLINT
20
+#define JNGL_MAIN_RETURN return
21
22
#undef main // SDL defines this to SDL_main
23
#else
0 commit comments