From 11de71b0938af5b027b78b0e0db9617ab22a319f Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 2 Jun 2006 22:13:45 +0000 Subject: More static/const fixes from Gentoo. These should probably go upstream. CVS patchset: 8008 CVS date: 2006/06/02 22:13:45 --- src/post/goom/mathtools.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/post/goom/mathtools.h') 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 -- cgit v1.2.3