mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 09:54:08 +00:00
WaterLevel done
This commit is contained in:
parent
53023eb65b
commit
aed8218ef1
8 changed files with 1464 additions and 12 deletions
|
@ -138,6 +138,7 @@ inline float sq(float x) { return x*x; }
|
|||
#define SQR(x) ((x) * (x))
|
||||
|
||||
#define PI M_PI
|
||||
#define TWOPI PI*2
|
||||
#define DEGTORAD(x) ((x) * PI / 180.0f)
|
||||
#define RADTODEG(x) ((x) * 180.0f / PI)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue