Merge pull request #67 from KenthJohan/master

Added main arg params in demo/sdl_opengl* (fixes compilation error)
This commit is contained in:
dumblob 2020-02-28 15:56:04 +01:00 committed by GitHub
commit 7fe20af760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
*
* ===============================================================*/
int
main(void)
main(int argc, char *argv[])
{
/* Platform */
SDL_Window *win;

View File

@ -70,7 +70,7 @@
* DEMO
*
* ===============================================================*/
int main(void)
int main(int argc, char *argv[])
{
/* Platform */
SDL_Window *win;