From 69701af0cdd9b5cb41fff7ac7b1265c71506b7da Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 4 Nov 2015 08:50:18 -0500 Subject: ortho binds to y --- include/common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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. */ -- cgit v1.2.3