diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-04-22 17:51:41 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-04-22 17:51:41 -0400 |
| commit | 3b40fd0132b0db057686f987129365d13df544a3 (patch) | |
| tree | ddbd732992679c13afde556ad65a7505baa8d97b /src/d/actor/d_a_coming3.cpp | |
| parent | f856df04e518ee246245a4e6cbf31e00358b4f1e (diff) | |
Add back unnamed namespace methods, all actors now compile again
Diffstat (limited to 'src/d/actor/d_a_coming3.cpp')
| -rw-r--r-- | src/d/actor/d_a_coming3.cpp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/d/actor/d_a_coming3.cpp b/src/d/actor/d_a_coming3.cpp index 52987b84..7c498fd5 100644 --- a/src/d/actor/d_a_coming3.cpp +++ b/src/d/actor/d_a_coming3.cpp @@ -123,6 +123,31 @@ BOOL daComing3::Act_c::_draw() { namespace daComing3 { namespace { +/* 00001D14-00001D34 .text Mthd_Create__Q29daComing325@unnamed@d_a_coming3_cpp@FPv */ +void Mthd_Create(void*) { + /* Nonmatching */ +} + +/* 00001D34-00001D58 .text Mthd_Delete__Q29daComing325@unnamed@d_a_coming3_cpp@FPv */ +void Mthd_Delete(void*) { + /* Nonmatching */ +} + +/* 00001D58-00001D7C .text Mthd_Execute__Q29daComing325@unnamed@d_a_coming3_cpp@FPv */ +void Mthd_Execute(void*) { + /* Nonmatching */ +} + +/* 00001D7C-00001DA0 .text Mthd_Draw__Q29daComing325@unnamed@d_a_coming3_cpp@FPv */ +void Mthd_Draw(void*) { + /* Nonmatching */ +} + +/* 00001DA0-00001DA8 .text Mthd_IsDelete__Q29daComing325@unnamed@d_a_coming3_cpp@FPv */ +void Mthd_IsDelete(void*) { + /* Nonmatching */ +} + static actor_method_class Mthd_Table = { (process_method_func)Mthd_Create, (process_method_func)Mthd_Delete, |
