summaryrefslogtreecommitdiff
path: root/include/trig.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-06-21 20:47:58 +0200
committerGitHub <noreply@github.com>2017-06-21 20:47:58 +0200
commitc84bb67156d6ab822b6ff1b508e9fae73f054675 (patch)
tree5973f1e72156bb75cb6561a11dd7f333b90fcb3f /include/trig.h
parent11ad653b57d811dbe8df831d4987128da39bdcb5 (diff)
parent42ae04c74fe07d05175efb4df143dbcf1b2752bc (diff)
Merge pull request #2 from pret/master
be up to date with master2
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);