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/SSystem/SComponent/c_lib.cpp | |
| parent | dca1d2a1c032f239c65aa1b7767132c12e89f628 (diff) | |
demangle data-symbols
Diffstat (limited to 'libs/SSystem/SComponent/c_lib.cpp')
| -rw-r--r-- | libs/SSystem/SComponent/c_lib.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libs/SSystem/SComponent/c_lib.cpp b/libs/SSystem/SComponent/c_lib.cpp index 436d811328..4bd234eeaa 100644 --- a/libs/SSystem/SComponent/c_lib.cpp +++ b/libs/SSystem/SComponent/c_lib.cpp @@ -21,6 +21,10 @@ struct cXyz { /* 8026706C */ bool operator!=(Vec const&) const; }; +struct JMath { + static u8 sincosTable_[65536]; +}; + // // Forward References: // @@ -76,7 +80,7 @@ extern "C" void PSVECScale(); extern "C" void PSVECSquareMag(); extern "C" void PSVECSquareDistance(); extern "C" void abs(); -extern "C" extern u8 sincosTable___5JMath[65536]; +extern "C" u8 sincosTable___5JMath[65536]; extern "C" extern u32 __float_nan; // |
