From 59a2fce5a1149b076fdf49701ad729e9536c7eee Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Fri, 30 Oct 2015 08:51:35 -0400 Subject: Added shader loading and running --- include/common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index ce176a6..359e825 100644 --- a/include/common.h +++ b/include/common.h @@ -20,6 +20,8 @@ #include #include #include +#include +#include /* * Include file headers @@ -30,7 +32,7 @@ * This flag lets the compiler know that we are using shaders */ - #define SHADERS + #define SHADERSere /* * Create a basic 2-point structure for coordinate saving -- cgit v1.2.3