diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/include/common.h b/include/common.h index bc713af..56e6a38 100644 --- a/include/common.h +++ b/include/common.h @@ -42,12 +42,6 @@ typedef unsigned int uint; #define SHADERSd /* - * This is pi... -*/ - -#define PI 3.141592653598723846433 - -/* * Create a basic 2-point structure for coordinate saving */ @@ -107,6 +101,10 @@ typedef struct { #define DEBUG_printf( message, ...) DEBUG_prints(__FILE__, __LINE__, message, __VA_ARGS__ ) + +#define PI 3.1415926535 + + /* * References the variable in main.cpp, used for smoother drawing. */ |