forked from jaildesigner-jailgames/coffee_crisis
Basic opendingux support
This commit is contained in:
@@ -11,7 +11,11 @@
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
#include "/usr/include/SDL2/SDL.h"
|
||||
#ifdef __MIPSEL__
|
||||
#include "SDL.h"
|
||||
#else
|
||||
#include <SDL2/SDL.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define UNUSED
|
||||
Reference in New Issue
Block a user