Implemented some event handlers in SDL

This commit is contained in:
Tulioh
2015-01-11 13:24:54 -02:00
parent 15b3d439d6
commit fd97ccd402
7 changed files with 292 additions and 39 deletions

View File

@@ -45,6 +45,8 @@
#define BUILD_ARCH "x64"
#elif defined(__i386) || defined(_M_IX86) || defined(_X86_)
#define BUILD_ARCH "x86"
#elif defined(__arm__)
#define BUILD_ARCH "ARM"
#else
#define BUILD_ARCH "unknown"
#endif