summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-05-21 13:31:26 +0200
committerMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-05-22 01:05:20 +0200
commit3f7d0a195afd90c182cd631e14f5acb5d29be34b (patch)
tree8658e77b63046c778ccb3ac978b8f6a548bc31e2 /include
parent6f2cd1e2da53cb0c4a4f4465d8ad72532050174d (diff)
Define gSineTable in trig.h
Diffstat (limited to 'include')
-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);