aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/math/je_constant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/math/je_constant.h')
-rw-r--r--src/libjin/math/je_constant.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libjin/math/je_constant.h b/src/libjin/math/je_constant.h
new file mode 100644
index 0000000..45577e7
--- /dev/null
+++ b/src/libjin/math/je_constant.h
@@ -0,0 +1,10 @@
+#ifndef __JE_MATH_CONSTANT_H__
+#define __JE_MATH_CONSTANT_H__
+
+#define PI 3.1415926f
+
+// int16 Χ
+#define INT16_RANGE_LEFT -32768
+#define INT16_RANGE_RIGHT 32767
+
+#endif \ No newline at end of file