summaryrefslogtreecommitdiff
path: root/include/trig.h
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-05-23 21:21:59 -0400
committerGitHub <noreply@github.com>2017-05-23 21:21:59 -0400
commit9640df02dd8651d5b05cf3767f6c7e16a697db3b (patch)
treedf7fed98e02c4113507f6994e615b8f8074dd69e /include/trig.h
parent21ffe2fa910ede21f0f18a3013ed8ba29c70011e (diff)
parent3f7d0a195afd90c182cd631e14f5acb5d29be34b (diff)
Merge pull request #303 from marijnvdwerf/clean/includes
Clean/includes
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);