diff options
Diffstat (limited to 'src/libjin/Math/constant.h')
-rw-r--r-- | src/libjin/Math/constant.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libjin/Math/constant.h b/src/libjin/Math/constant.h new file mode 100644 index 0000000..f2f740f --- /dev/null +++ b/src/libjin/Math/constant.h @@ -0,0 +1,10 @@ +#ifndef __JIN_MATH_CONSTANT_H +#define __JIN_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 |