aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/utils/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/utils/math.h')
-rw-r--r--src/libjin/utils/math.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libjin/utils/math.h b/src/libjin/utils/math.h
new file mode 100644
index 0000000..5e44ce7
--- /dev/null
+++ b/src/libjin/utils/math.h
@@ -0,0 +1,8 @@
+#ifndef __JIN_UTILS_MATH_H
+#define __JIN_UTILS_MATH_H
+
+#include <math.h>
+
+#define PI 3.1415926f
+
+#endif \ No newline at end of file