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