summaryrefslogtreecommitdiff
path: root/include/trig.h
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-06-19 20:56:40 -0400
committerGitHub <noreply@github.com>2017-06-19 20:56:40 -0400
commit2c4dc714db7cb1d37963fcadddf2f7a744f1e654 (patch)
treed95da4a2cf854a8bd4c05a978966e728ac8bfae4 /include/trig.h
parent13ff901d46f1726d5c0680cf8593484e0e9bbc4d (diff)
parent2c6e9e9bc5c4a88ae50f17c5bd22e59328da074b (diff)
Merge pull request #327 from camthesaxman/trig_data
convert trig data to C
Diffstat (limited to 'include/trig.h')
-rw-r--r--include/trig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trig.h b/include/trig.h
index 03d8c453e..a2f98a3e6 100644
--- a/include/trig.h
+++ b/include/trig.h
@@ -1,7 +1,7 @@
#ifndef GUARD_TRIG_H
#define GUARD_TRIG_H
-extern s16 gSineTable[];
+extern const s16 gSineTable[];
s16 Sin(s16 index, s16 amplitude);
s16 Cos(s16 index, s16 amplitude);