Basic opendingux support

This commit is contained in:
2021-04-01 13:15:34 +02:00
parent 67acc46222
commit bcb012fc65
8 changed files with 156 additions and 9 deletions

View File

@@ -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