mirror of
https://github.com/DrBeef/Quake2Quest.git
synced 2025-01-07 09:51:04 +00:00
9 lines
129 B
C
9 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
|