diff options
| author | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:42:26 -0400 |
|---|---|---|
| committer | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:48:55 -0400 |
| commit | adb95b135c3d7498eba29bbd9728d345eed5a407 (patch) | |
| tree | 655575b939c12067569263171b68c079b1a232c8 /src/d/actor/d_a_boss_item.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/d/actor/d_a_boss_item.cpp')
| -rw-r--r-- | src/d/actor/d_a_boss_item.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/d/actor/d_a_boss_item.cpp b/src/d/actor/d_a_boss_item.cpp new file mode 100644 index 00000000..1fb7e046 --- /dev/null +++ b/src/d/actor/d_a_boss_item.cpp @@ -0,0 +1,23 @@ +// +// Generated by dtk +// Translation Unit: d_a_boss_item.cpp +// + +#include "d_a_boss_item.h" +#include "dolphin/types.h" + +/* 00000078-00000080 .text daBossItem_IsDelete__FP14bossitem_class */ +void daBossItem_IsDelete(bossitem_class*) { + /* Nonmatching */ +} + +/* 00000080-00000088 .text daBossItem_Delete__FP14bossitem_class */ +void daBossItem_Delete(bossitem_class*) { + /* Nonmatching */ +} + +/* 00000088-00000128 .text daBossItem_Create__FP10fopAc_ac_c */ +void daBossItem_Create(fopAc_ac_c*) { + /* Nonmatching */ +} + |
