summaryrefslogtreecommitdiff
path: root/src/win95/platform.h
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2008-04-27 01:45:21 -0700
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commitc3cc5eb87891c06b636409342fd86e4d8893c549 (patch)
treeec3a39a8310ff0b11a4043a82689c2e9fc1cf515 /src/win95/platform.h
parentd5830bb440f885878dc580e94a7364e4c5f6a044 (diff)
Made sin/cos tables const.
Made the sin/cos/arcsin/arccos tables const and removed the redundant externs that were scattered about.
Diffstat (limited to 'src/win95/platform.h')
-rw-r--r--src/win95/platform.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/win95/platform.h b/src/win95/platform.h
index f8f6331..d93366a 100644
--- a/src/win95/platform.h
+++ b/src/win95/platform.h
@@ -37,9 +37,6 @@ typedef struct LONGLONGCH {
*/
-extern int sine[];
-extern int cosine[];
-
#define GetSin(a) sine[a]
#define GetCos(a) cosine[a]