diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-26 23:16:19 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-26 23:16:19 -0500 |
| commit | 6ec4a2ebbd31ed7f75ffa1ec4dd15947f42dbc9c (patch) | |
| tree | c9c2c438c8ed1dff6a8e90b7b763e8422373479f /src/d/actor/d_a_obj_buoyflag.cpp | |
| parent | 1c5dad23a20855655329b2992633724f3a020f95 (diff) | |
Remove weak ctors/dtors from .cpp files
Diffstat (limited to 'src/d/actor/d_a_obj_buoyflag.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_buoyflag.cpp | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/d/actor/d_a_obj_buoyflag.cpp b/src/d/actor/d_a_obj_buoyflag.cpp index f58b5938..28db00b4 100644 --- a/src/d/actor/d_a_obj_buoyflag.cpp +++ b/src/d/actor/d_a_obj_buoyflag.cpp @@ -86,35 +86,7 @@ void daObjBuoyflag::Act_c::mode_jumpToSea() { /* Nonmatching */ } - /* 000027AC-000029FC .text _create__Q213daObjBuoyflag5Act_cFv */ s32 daObjBuoyflag::Act_c::_create() { /* Nonmatching */ } - - - - - -/* 00002C90-00002D34 .text __dt__Q213daObjBuoyflag8Packet_cFv */ -daObjBuoyflag::Packet_c::~Packet_c() { - /* Nonmatching */ -} - -/* 00002D38-00002DCC .text __dt__Q213daObjBuoyflag9DrawVtx_cFv */ -daObjBuoyflag::DrawVtx_c::~DrawVtx_c() { - /* Nonmatching */ -} - -/* 00002DCC-00002E54 .text __ct__Q213daObjBuoyflag9DrawVtx_cFv */ -daObjBuoyflag::DrawVtx_c::DrawVtx_c() { - /* Nonmatching */ -} - -/* 000030DC-00003114 .text __arraydtor$3997 */ -void __arraydtor$3997 { - /* Nonmatching */ -} - - - |
