summaryrefslogtreecommitdiff
path: root/include/trig.h
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-05-21 13:31:26 +0200
committerscnorton <scnorton@biociphers.org>2017-05-24 16:14:45 -0400
commit6508197cbbd6a10226958d4e4b6bebb4fc754cad (patch)
treedf7fed98e02c4113507f6994e615b8f8074dd69e /include/trig.h
parentca6485a3b23102c96bf046bfacb3b994d83f9555 (diff)
Define gSineTable in trig.h
Diffstat (limited to 'include/trig.h')
-rw-r--r--include/trig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/trig.h b/include/trig.h
index 5a948e1ef..03d8c453e 100644
--- a/include/trig.h
+++ b/include/trig.h
@@ -1,6 +1,8 @@
#ifndef GUARD_TRIG_H
#define GUARD_TRIG_H
+extern s16 gSineTable[];
+
s16 Sin(s16 index, s16 amplitude);
s16 Cos(s16 index, s16 amplitude);
s16 Sin2(u16 angle);