diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 41cc7b9..39812c4 100644 --- a/include/common.h +++ b/include/common.h @@ -101,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. */ |