diff options
| author | Julgodis <> | 2021-04-08 21:05:48 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-08 21:05:48 +0200 |
| commit | 2661db6aaa98a5bbd17691cb438ef64752dbcdf4 (patch) | |
| tree | 4e6d8499431192316bc2bae0cec8e6f92636b4b4 /src/d/event/d_event_manager.cpp | |
| parent | a23a10639979ee10cbea5ffdadadc490d9e60227 (diff) | |
auto decompile more functions
Diffstat (limited to 'src/d/event/d_event_manager.cpp')
| -rw-r--r-- | src/d/event/d_event_manager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/event/d_event_manager.cpp b/src/d/event/d_event_manager.cpp index a24fba16a7..ff05ff8163 100644 --- a/src/d/event/d_event_manager.cpp +++ b/src/d/event/d_event_manager.cpp @@ -43,8 +43,6 @@ struct dEvt_control_c { /* 800436F4 */ void setPtD(void*); }; -struct dEvDtData_c {}; - struct dEvDtStaff_c { /* 80044134 */ void init(); }; @@ -60,6 +58,8 @@ struct cXyz { /* 80266B34 */ void operator-(Vec const&) const; }; +struct dEvDtData_c {}; + struct dEvent_manager_c { /* 800465E8 */ void getSubstance(dEvDtData_c*, int); /* 80046688 */ dEvent_manager_c(); |
