Merge remote-tracking branch 'rxi/master' into agg-font-renderer

This commit is contained in:
Francesco Abbate
2020-06-16 15:00:47 +02:00
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -7,6 +7,8 @@
#include <windows.h>
#elif __linux__
#include <unistd.h>
#elif __APPLE__
#include <mach-o/dyld.h>
#endif
@@ -100,7 +102,7 @@ int main(int argc, char **argv) {
}
lua_setglobal(L, "ARGS");
lua_pushstring(L, "1.07");
lua_pushstring(L, "1.08");
lua_setglobal(L, "VERSION");
lua_pushstring(L, SDL_GetPlatform());