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_coming3.cpp | |
| parent | 1c5dad23a20855655329b2992633724f3a020f95 (diff) | |
Remove weak ctors/dtors from .cpp files
Diffstat (limited to 'src/d/actor/d_a_coming3.cpp')
| -rw-r--r-- | src/d/actor/d_a_coming3.cpp | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/src/d/actor/d_a_coming3.cpp b/src/d/actor/d_a_coming3.cpp index 5a7a70ed..dbadd029 100644 --- a/src/d/actor/d_a_coming3.cpp +++ b/src/d/actor/d_a_coming3.cpp @@ -11,11 +11,6 @@ void daComing3::Act_c::get_water_height(float*, int*, const cXyz*) { /* Nonmatching */ } -/* 000008C4-000009E8 .text __dt__11dBgS_WtrChkFv */ -dBgS_WtrChk::~dBgS_WtrChk() { - /* Nonmatching */ -} - /* 000009E8-00000A80 .text position_is_safety_call_back__9daComing3FPvPv */ void daComing3::position_is_safety_call_back(void*, void*) { /* Nonmatching */ @@ -125,35 +120,3 @@ BOOL daComing3::Act_c::_execute() { BOOL daComing3::Act_c::_draw() { /* Nonmatching */ } - - - - - - -/* 00001EDC-00002020 .text __dt__Q29daComing35Act_cFv */ -daComing3::Act_c::~Act_c() { - /* Nonmatching */ -} - -/* 00002020-0000211C .text __dt__14dBgS_SplGrpChkFv */ -dBgS_SplGrpChk::~dBgS_SplGrpChk() { - /* Nonmatching */ -} - - - - - - - - - - - - - - - - - |
