diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-21 13:31:26 +0200 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-05-24 16:14:45 -0400 |
commit | 6508197cbbd6a10226958d4e4b6bebb4fc754cad (patch) | |
tree | df7fed98e02c4113507f6994e615b8f8074dd69e /include/trig.h | |
parent | ca6485a3b23102c96bf046bfacb3b994d83f9555 (diff) |
Define gSineTable in trig.h
Diffstat (limited to 'include/trig.h')
-rw-r--r-- | include/trig.h | 2 |
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); |