glshim updated. added changes from https://github.com/ptitSeb/glshim

This commit is contained in:
lubomyr
2015-09-19 22:12:14 +03:00
parent 19752a9849
commit eabb7f3831
14 changed files with 261 additions and 123 deletions

3
project/jni/glshim/include/android_debug.h Executable file → Normal file
View File

@@ -9,7 +9,7 @@
#include <android/log.h>
#ifdef __cplusplus
// Include everything beforehand, so we wont' get compiler eerors because of our #define
// Include everything beforehand, so we wont' get compiler errors because of our #define
#include <string>
#include <ios>
#include <streambuf>
@@ -67,3 +67,4 @@ static inline int __sdl_logged_fprintf(FILE *stream, const char *format, ...)
#define fprintf(...) __sdl_logged_fprintf(__VA_ARGS__)
#endif