summaryrefslogtreecommitdiff
path: root/src/post/goom/mathtools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/goom/mathtools.h')
-rwxr-xr-xsrc/post/goom/mathtools.h3
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