diff options
Diffstat (limited to 'src/post/goom/mathtools.h')
-rwxr-xr-x | src/post/goom/mathtools.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/post/goom/mathtools.h b/src/post/goom/mathtools.h index 0e2293c3f..165fc66b0 100755 --- a/src/post/goom/mathtools.h +++ b/src/post/goom/mathtools.h @@ -29,8 +29,7 @@ #define SINCOS(f,s,c) {s=sin(f);c=cos(f);} #endif -extern float sin256[256]; -extern float cos256[256]; +#include "mathtools.c" #endif |