added android project and linked to engine source with successful compilation

This commit is contained in:
2017-03-03 09:52:22 +00:00
parent 8242db8815
commit 11050fde9c
21 changed files with 812 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
#ifdef __APPLE__
#include <OpenGL/gl3.h>
#include <sys/stat.h>
#elif __ANDROID__
#include <GLES3/gl3.h>
#include <sys/stat.h>
#elif _WIN32
#define _USE_MATH_DEFINES
#define _CRT_SECURE_NO_WARNINGS