diff options
| author | Caroline Madsen <69010899+randomsalience@users.noreply.github.com> | 2024-11-03 13:39:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-03 20:39:41 +0200 |
| commit | 63abf9f6d2d52ed9d1309473bf4dc1123ca1ce5b (patch) | |
| tree | 873881597f156630960b2f3a959a8fade0e0e2e9 /src/d/actor/d_a_ep.cpp | |
| parent | 499d4dfe745b9371f29649b3f2c461c350143e05 (diff) | |
JParticle mostly done (#2235)
Diffstat (limited to 'src/d/actor/d_a_ep.cpp')
| -rw-r--r-- | src/d/actor/d_a_ep.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/d/actor/d_a_ep.cpp b/src/d/actor/d_a_ep.cpp index fbc9b3f640..9e3e29d3bf 100644 --- a/src/d/actor/d_a_ep.cpp +++ b/src/d/actor/d_a_ep.cpp @@ -148,10 +148,6 @@ struct _GXTexObj {}; struct LIGHT_INFLUENCE {}; -struct JMath { - static u8 sincosTable_[65536]; -}; - struct J3DUClipper { /* 8027378C */ void calcViewFrustum(); }; @@ -286,7 +282,6 @@ extern "C" void MtxPosition__FP4cXyzP4cXyz(); extern "C" void calcViewFrustum__11J3DUClipperFv(); extern "C" void seStart__7Z2SeMgrF10JAISoundIDPC3VecUlScffffUc(); extern "C" void __dl__FPv(); -extern "C" void PSMTXCopy(); extern "C" void __construct_array(); extern "C" void _savegpr_22(); extern "C" void _savegpr_25(); @@ -1170,4 +1165,4 @@ static void func_8046AFB4() { // NONMATCHING } -/* 8046B0D0-8046B0D0 00010C 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */
\ No newline at end of file +/* 8046B0D0-8046B0D0 00010C 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */ |
