summaryrefslogtreecommitdiff
path: root/source/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/math.h')
-rwxr-xr-xsource/math.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/math.h b/source/math.h
index 1d0ebc2..be1432f 100755
--- a/source/math.h
+++ b/source/math.h
@@ -1,6 +1,8 @@
#ifndef MATH_H
#define MATH_H
+#include <math.h>
+
#define PI 3.14159265358979323846264338327950288f
#define SQUARE(x) ((x)*(x))
#define TO_RAD(x) ((x) * PI / 180.0f)