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_picture_box.cpp | |
| parent | 568630b072749f9e87b2db8bdf71a567df91e07d (diff) | |
get more d_ TUs to compile
Diffstat (limited to 'src/d/d_picture_box.cpp')
| -rw-r--r-- | src/d/d_picture_box.cpp | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/d/d_picture_box.cpp b/src/d/d_picture_box.cpp index 6a10d9e6..18b3bf34 100644 --- a/src/d/d_picture_box.cpp +++ b/src/d/d_picture_box.cpp @@ -3,8 +3,8 @@ // Translation Unit: d_picture_box.cpp // -#include "d_picture_box.h" -#include "dolphin/types.h" +#include "d/d_picture_box.h" +#include "f_op/f_op_msg.h" /* 802258C8-80225954 .text dPb_erasePicture__Fv */ void dPb_erasePicture() { @@ -285,9 +285,3 @@ void dPb_Delete(sub_pb_class*) { void dPb_Create(msg_class*) { /* Nonmatching */ } - -/* 8022C03C-8022C0B4 .text __dt__9dJle_Pb_cFv */ -dJle_Pb_c::~dJle_Pb_c() { - /* Nonmatching */ -} - |
