aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h6
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
*/