Mercurial > sdl-ios-xcode
comparison include/SDL.h @ 5192:6f6a9340fb93
Added a hint system to allow configuration hints to be specified by the application.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 05 Feb 2011 10:02:39 -0800 |
parents | 1435f8a6425c |
children | 2ee8112bfc6b |
comparison
equal
deleted
inserted
replaced
5191:59e0688d766f | 5192:6f6a9340fb93 |
---|---|
77 #include "SDL_clipboard.h" | 77 #include "SDL_clipboard.h" |
78 #include "SDL_cpuinfo.h" | 78 #include "SDL_cpuinfo.h" |
79 #include "SDL_endian.h" | 79 #include "SDL_endian.h" |
80 #include "SDL_error.h" | 80 #include "SDL_error.h" |
81 #include "SDL_events.h" | 81 #include "SDL_events.h" |
82 #include "SDL_hints.h" | |
82 #include "SDL_loadso.h" | 83 #include "SDL_loadso.h" |
83 #include "SDL_mutex.h" | 84 #include "SDL_mutex.h" |
84 #include "SDL_power.h" | 85 #include "SDL_power.h" |
85 #include "SDL_render.h" | 86 #include "SDL_render.h" |
86 #include "SDL_rwops.h" | 87 #include "SDL_rwops.h" |