11 lines
132 B
C
11 lines
132 B
C
#include <SDL2/SDL.h>
|
|
|
|
#ifdef __linux__
|
|
#ifdef __MIPSEL__
|
|
#include "SDL.h"
|
|
#else
|
|
#include <SDL2/SDL.h>
|
|
#endif
|
|
#endif
|
|
|
|
#define UNUSED |