Created a header file for system dependent API functions, and added SDL_iPhoneSetAnimationCallback()

This commit is contained in:
Sam Lantinga 2012-06-22 19:19:18 -04:00
parent 6cd1ae105e
commit a3bf8f0c71
9 changed files with 89 additions and 6 deletions

View file

@ -86,6 +86,7 @@
#include "SDL_power.h"
#include "SDL_render.h"
#include "SDL_rwops.h"
#include "SDL_system.h"
#include "SDL_thread.h"
#include "SDL_timer.h"
#include "SDL_version.h"