Trying to fix SDL definition conflict.

This commit is contained in:
lotodore
2007-09-03 19:17:45 +00:00
parent 23d9bb71c3
commit dee51b3df2
2 changed files with 5 additions and 4 deletions
+5
View File
@@ -11,6 +11,11 @@
//
#include "sdlplayer.h"
#if (defined _WIN32) || (defined __APPLE__)
#include <SDL.h>
#else
#include <SDL/SDL.h>
#endif
using namespace std;