SDL  2.0
SDL_dummy_main.c File Reference
#include "../../SDL_internal.h"
#include "SDL_main.h"
+ Include dependency graph for SDL_dummy_main.c:

Go to the source code of this file.

Functions

int SDL_main_stub_symbol (void)
 

Function Documentation

◆ SDL_main_stub_symbol()

int SDL_main_stub_symbol ( void  )

Definition at line 22 of file SDL_dummy_main.c.

23 {
24  return 0;
25 }