diff options
Diffstat (limited to 'src/game/bg_lib.h')
-rw-r--r-- | src/game/bg_lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/bg_lib.h b/src/game/bg_lib.h index df86a340..99efe089 100644 --- a/src/game/bg_lib.h +++ b/src/game/bg_lib.h @@ -91,4 +91,5 @@ double tan( double x ); int abs( int n ); double fabs( double x ); double acos( double x ); +float pow( float x, float y ); |