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