diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-01 01:21:27 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-01 01:21:27 -0500 |
| commit | b8f4d25c5686da58dfb56efed271719c3e8e0ee1 (patch) | |
| tree | 8d43aa670db14e3edac8fee9ac8a599017a4391d /src/d/d_scope.cpp | |
| parent | 568630b072749f9e87b2db8bdf71a567df91e07d (diff) | |
get more d_ TUs to compile
Diffstat (limited to 'src/d/d_scope.cpp')
| -rw-r--r-- | src/d/d_scope.cpp | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/d/d_scope.cpp b/src/d/d_scope.cpp index c989e75d..5adb9fbd 100644 --- a/src/d/d_scope.cpp +++ b/src/d/d_scope.cpp @@ -3,8 +3,8 @@ // Translation Unit: d_scope.cpp // -#include "d_scope.h" -#include "dolphin/types.h" +#include "d/d_scope.h" +#include "f_op/f_op_msg.h" /* 80237568-802375E8 .text draw__13dDlst_2DSCP_cFv */ void dDlst_2DSCP_c::draw() { @@ -210,9 +210,3 @@ void dScp_Delete(sub_scp_class*) { void dScp_Create(msg_class*) { /* Nonmatching */ } - -/* 8023B49C-8023B4F8 .text __dt__13dDlst_2DSCP_cFv */ -dDlst_2DSCP_c::~dDlst_2DSCP_c() { - /* Nonmatching */ -} - |
