aboutsummaryrefslogtreecommitdiff
path: root/src/engine/TODO/maths.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/TODO/maths.h')
-rw-r--r--src/engine/TODO/maths.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/TODO/maths.h b/src/engine/TODO/maths.h
index 032e56d..c7f1b44 100644
--- a/src/engine/TODO/maths.h
+++ b/src/engine/TODO/maths.h
@@ -9,7 +9,8 @@ typedef struct {
typedef vec2 vec_cen;//centered
typedef vec2 vec_cor;//left upper corner
-#define HH_MATH_FIXED_POINT 7 //fixed point at decimal 7lsb (world positions in pixels (with fixed decimal point))
+//fixed point at decimal 7lsb (world positions in pixels (with fixed decimal point))
+#define HH_MATH_FIXED_POINT 7
#define MIN(a,b) (((a)<(b))?(a):(b))
#define MAX(a,b) (((a)>(b))?(a):(b))