Skip to content
Snippets Groups Projects
Commit f4f92c57 authored by deuce's avatar deuce
Browse files

Whoops, was playing a few too many games with main()

parent 28d2ea6a
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
#endif #endif
#include "gen_defs.h" #include "gen_defs.h"
#undef main
#include "sdlfuncs.h" #include "sdlfuncs.h"
#ifndef _WIN32 #ifndef _WIN32
......
...@@ -58,6 +58,7 @@ extern "C" { ...@@ -58,6 +58,7 @@ extern "C" {
int load_sdl_funcs(struct sdlfuncs *sdlf); int load_sdl_funcs(struct sdlfuncs *sdlf);
int init_sdl_audio(void); int init_sdl_audio(void);
int init_sdl_video(void); int init_sdl_video(void);
int SDL_main_env(int argc, char *argv[], char **env);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment