moGL
travis-test-3
Modern OpenGL wrapper, thin C++14 header-only layer on top of the OpenGL 4.5+ core spec
|
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 #ifndef MOGL_VERSION_INCLUDED 00012 #define MOGL_VERSION_INCLUDED 00013 00014 #define MOGL_VERSION 14 00015 #define MOGL_VERSION_MAJOR 0 00016 #define MOGL_VERSION_MINOR 1 00017 #define MOGL_VERSION_PATCH 4 00018 00019 #endif // MOGL_VERSION_INCLUDED