diff options
author | YamaArashi <shadow962@live.com> | 2016-10-01 22:08:32 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-01 22:08:32 -0700 |
commit | ee7db46023b1bde6a06f61242c7dd7c4770b6125 (patch) | |
tree | 3f2837be6b2d37b10f8be8eff6c428eb4f5a31bc /src/trig.c | |
parent | 1fda6f0f4b34e797d44f0d32c1e82e6a2a840424 (diff) |
trig.h
Diffstat (limited to 'src/trig.c')
-rw-r--r-- | src/trig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trig.c b/src/trig.c index cd9f39cac..8b75b3838 100644 --- a/src/trig.c +++ b/src/trig.c @@ -1,4 +1,5 @@ #include "global.h" +#include "trig.h" extern s16 gSineTable[]; extern s16 gSineDegreeTable[]; |