diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index e46cf86..1da279c 100644 --- a/include/common.h +++ b/include/common.h @@ -27,6 +27,12 @@ #include <Texture.h> /* + * This flag lets the compiler know that we are using shaders +*/ + + #define SHADERS + +/* * Create a basic 2-point structure for coordinate saving */ |