added android project and linked to engine source with successful compilation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user