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.
2 parents e4d90b7 + 81e408a commit 7fe20afCopy full SHA for 7fe20af
2 files changed
demo/sdl_opengl2/main.c
@@ -67,7 +67,7 @@
67
*
68
* ===============================================================*/
69
int
70
-main(void)
+main(int argc, char *argv[])
71
{
72
/* Platform */
73
SDL_Window *win;
demo/sdl_opengl3/main.c
@@ -70,7 +70,7 @@
* DEMO
-int main(void)
+int main(int argc, char *argv[])
74
75
76
0 commit comments