Trying to fix SDL definition conflict.
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
//
|
||||
#include "sdlplayer.h"
|
||||
|
||||
#if (defined _WIN32) || (defined __APPLE__)
|
||||
#include <SDL.h>
|
||||
#else
|
||||
#include <SDL/SDL.h>
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user