SDL: Move #include <SDL.h> into a special wrapper file
svn-id: r54572
This commit is contained in:
parent
69c2fc5ceb
commit
4e0e406181
20 changed files with 69 additions and 80 deletions
|
@ -25,9 +25,6 @@
|
|||
|
||||
#if defined(SDL_BACKEND)
|
||||
|
||||
// Disable symbol overrides so that we can use system headers.
|
||||
#define FORBIDDEN_SYMBOL_EXCEPTION_FILE
|
||||
|
||||
#include "backends/graphics/sdl/sdl-graphics.h"
|
||||
#include "backends/events/sdl/sdl-events.h"
|
||||
#include "backends/platform/sdl/sdl.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue