diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 41cc7b9..bc713af 100644 --- a/include/common.h +++ b/include/common.h @@ -39,7 +39,13 @@ typedef unsigned int uint; * This flag lets the compiler know that we are using shaders */ -#define SHADERSf +#define SHADERSd + +/* + * This is pi... +*/ + +#define PI 3.141592653598723846433 /* * Create a basic 2-point structure for coordinate saving |