diff options
Diffstat (limited to 'src/libjin/math/constant.h')
-rw-r--r-- | src/libjin/math/constant.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libjin/math/constant.h b/src/libjin/math/constant.h new file mode 100644 index 0000000..74acaea --- /dev/null +++ b/src/libjin/math/constant.h @@ -0,0 +1,6 @@ +#ifndef __JIN_MATH_CONSTANT_H +#define __JIN_MATH_CONSTANT_H + +#define PI 3.1415926f + +#endif
\ No newline at end of file |