diff options
| author | Julgodis <> | 2021-04-08 01:47:05 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-08 01:47:05 +0200 |
| commit | a23a10639979ee10cbea5ffdadadc490d9e60227 (patch) | |
| tree | 75a86f6d6760a9f4183f3e97606eb7747399a0a8 /libs/JSystem/J3DGraphBase/J3DTransform.cpp | |
| parent | dca1d2a1c032f239c65aa1b7767132c12e89f628 (diff) | |
demangle data-symbols
Diffstat (limited to 'libs/JSystem/J3DGraphBase/J3DTransform.cpp')
| -rw-r--r-- | libs/JSystem/J3DGraphBase/J3DTransform.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libs/JSystem/J3DGraphBase/J3DTransform.cpp b/libs/JSystem/J3DGraphBase/J3DTransform.cpp index 3e26529928..10e5bf574a 100644 --- a/libs/JSystem/J3DGraphBase/J3DTransform.cpp +++ b/libs/JSystem/J3DGraphBase/J3DTransform.cpp @@ -13,6 +13,10 @@ struct Vec {}; +struct JMath { + static u8 sincosTable_[65536]; +}; + struct J3DTransformInfo {}; struct J3DTextureSRTInfo {}; @@ -43,7 +47,7 @@ extern "C" extern u8 PSMulUnit01[8]; // extern "C" void PSVECNormalize(); -extern "C" extern u8 sincosTable___5JMath[65536]; +extern "C" u8 sincosTable___5JMath[65536]; // // Declarations: |
