aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/math/constant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/math/constant.h')
-rw-r--r--src/libjin/math/constant.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libjin/math/constant.h b/src/libjin/math/constant.h
index 74acaea..f2f740f 100644
--- a/src/libjin/math/constant.h
+++ b/src/libjin/math/constant.h
@@ -3,4 +3,8 @@
#define PI 3.1415926f
+// int16 Χ
+#define INT16_RANGE_LEFT -32768
+#define INT16_RANGE_RIGHT 32767
+
#endif \ No newline at end of file