summaryrefslogtreecommitdiff
path: root/libs/JSystem/JMath/JMath.cpp
diff options
context:
space:
mode:
authorlepelog <lepelog@users.noreply.github.com>2021-04-08 15:15:40 +0200
committerlepelog <lepelog@users.noreply.github.com>2021-04-08 15:15:40 +0200
commitcacc69cda23072e6116c78d7f25733391d2ff424 (patch)
treedc2bc3d954a96bb354a69afddaa5ddc2245766b4 /libs/JSystem/JMath/JMath.cpp
parent80051063ffbb9152cbd0b55917983f7d4b183aa4 (diff)
parenta23a10639979ee10cbea5ffdadadc490d9e60227 (diff)
Merge branch 'dol2asm_fullsplitt' into new-disasm-codecopy
Diffstat (limited to 'libs/JSystem/JMath/JMath.cpp')
-rw-r--r--libs/JSystem/JMath/JMath.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/libs/JSystem/JMath/JMath.cpp b/libs/JSystem/JMath/JMath.cpp
index 2c741c56ca..3d8fd3e604 100644
--- a/libs/JSystem/JMath/JMath.cpp
+++ b/libs/JSystem/JMath/JMath.cpp
@@ -15,6 +15,10 @@ struct Vec {};
struct Quaternion {};
+struct JMath {
+ static u8 sincosTable_[65536];
+};
+
//
// Forward References:
//
@@ -29,7 +33,7 @@ extern "C" void JMAMTXApplyScale__FPA4_CfPA4_ffff();
// External References:
//
-extern "C" extern u8 sincosTable___5JMath[65536];
+extern "C" u8 sincosTable___5JMath[65536];
//
// Declarations: