worked on OpenGL ES

This commit is contained in:
2016-07-15 16:39:38 +02:00
parent 719a66937e
commit 69dfbe6693
10 changed files with 319 additions and 53 deletions

View File

@@ -1,6 +1,8 @@
#ifndef FIXC11_H
#define FIXC11_H
#ifdef ANDROID
#include <cmath>
#include <sstream>
@@ -47,4 +49,6 @@ namespace std {
}
#endif
#endif // FIXC11_H