projects
/
Jin
master
minimal
2D游戏框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libjin
/
math
/
constant.h
blob: 74acaea2a25074fdd8568c5ada8008d8f278e05b (
plain
)
1
2
3
4
5
6
#ifndef __JIN_MATH_CONSTANT_H #define __JIN_MATH_CONSTANT_H #define PI 3.1415926f #endif