summaryrefslogtreecommitdiff
path: root/src/d/d_s_open.cpp
diff options
context:
space:
mode:
authorLuke Street <luke.street@encounterpc.com>2023-09-10 00:42:26 -0400
committerLuke Street <luke.street@encounterpc.com>2023-09-10 00:48:55 -0400
commitadb95b135c3d7498eba29bbd9728d345eed5a407 (patch)
tree655575b939c12067569263171b68c079b1a232c8 /src/d/d_s_open.cpp
parent81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff)
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/d/d_s_open.cpp')
-rw-r--r--src/d/d_s_open.cpp58
1 files changed, 58 insertions, 0 deletions
diff --git a/src/d/d_s_open.cpp b/src/d/d_s_open.cpp
new file mode 100644
index 00000000..082eb712
--- /dev/null
+++ b/src/d/d_s_open.cpp
@@ -0,0 +1,58 @@
+//
+// Generated by dtk
+// Translation Unit: d_s_open.cpp
+//
+
+#include "d_s_open.h"
+#include "dolphin/types.h"
+
+/* 80232A68-80232BC4 .text create__10dScnOpen_cFv */
+void dScnOpen_c::create() {
+ /* Nonmatching */
+}
+
+/* 80232BC4-80232CAC .text execute__10dScnOpen_cFv */
+void dScnOpen_c::execute() {
+ /* Nonmatching */
+}
+
+/* 80232CAC-80232D38 .text draw__10dScnOpen_cFv */
+void dScnOpen_c::draw() {
+ /* Nonmatching */
+}
+
+/* 80232D38-80232DD8 .text __dt__10dScnOpen_cFv */
+dScnOpen_c::~dScnOpen_c() {
+ /* Nonmatching */
+}
+
+/* 80232DD8-80232E6C .text changeGameScene__10dScnOpen_cFv */
+void dScnOpen_c::changeGameScene() {
+ /* Nonmatching */
+}
+
+/* 80232E6C-80232E8C .text dScnOpen_Draw__FP10dScnOpen_c */
+void dScnOpen_Draw(dScnOpen_c*) {
+ /* Nonmatching */
+}
+
+/* 80232E8C-80232EAC .text dScnOpen_Execute__FP10dScnOpen_c */
+void dScnOpen_Execute(dScnOpen_c*) {
+ /* Nonmatching */
+}
+
+/* 80232EAC-80232EB4 .text dScnOpen_IsDelete__FP10dScnOpen_c */
+void dScnOpen_IsDelete(dScnOpen_c*) {
+ /* Nonmatching */
+}
+
+/* 80232EB4-80232EDC .text dScnOpen_Delete__FP10dScnOpen_c */
+void dScnOpen_Delete(dScnOpen_c*) {
+ /* Nonmatching */
+}
+
+/* 80232EDC-80232EFC .text dScnOpen_Create__FP11scene_class */
+void dScnOpen_Create(scene_class*) {
+ /* Nonmatching */
+}
+