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

#include <stdlib.h> and add the prototype for XPDEV_main()

parent dfc40129
Branches
Tags
No related merge requests found
#include <stdlib.h> /* getenv()/exit()/atexit() */
#include <stdio.h> /* NULL */
#include "gen_defs.h"
......@@ -13,6 +14,8 @@ static int sdl_initialized=0;
static int sdl_audio_initialized=0;
static int sdl_video_initialized=0;
int XPDEV_main(int argc, char **argv, char **enviro);
#ifdef STATIC_SDL
int load_sdl_funcs(struct sdlfuncs *sdlf)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment