1#pragma once
2
3// version of this build of SIGIL
4#define SIGIL_VERSION_MAJOR 0
5#define SIGIL_VERSION_MINOR 9
6#define SIGIL_VERSION_REVISION 0
7
8// do we use GLFW for context/window/input handling?
9#define USE_GLFW
10
11// do we need to use GLES to handle our GL rendering?
12/* #undef USE_GLES */
13