Need to include SDL_main.h when we call SDL_main()

This commit is contained in:
Sam Lantinga 2013-06-05 21:38:54 -07:00
parent 5a85d1d29a
commit eeffdf78ab

View file

@ -27,6 +27,7 @@
#include "SDL_hints.h"
#include "../../SDL_hints_c.h"
#include "SDL_system.h"
#include "SDL_main.h"
#include "SDL_uikitappdelegate.h"
#include "SDL_uikitmodes.h"