mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-23 04:22:27 +00:00
4597b03873
Opens in Android Studio but haven't even tried to build it yet (it won't.. I know that much!)
8 lines
129 B
C
8 lines
129 B
C
#ifndef _GL4ES_VERSION_H
|
|
#define _GL4ES_VERSION_H
|
|
|
|
#define MAJOR 1
|
|
#define MINOR 1
|
|
#define REVISION 1
|
|
|
|
#endif //_GL4ES_VERSION_H
|