summaryrefslogtreecommitdiff
path: root/src/f_pc/f_pc_method_iter.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/f_pc/f_pc_method_iter.cpp
parent81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff)
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/f_pc/f_pc_method_iter.cpp')
-rw-r--r--src/f_pc/f_pc_method_iter.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/f_pc/f_pc_method_iter.cpp b/src/f_pc/f_pc_method_iter.cpp
new file mode 100644
index 00000000..aedc9525
--- /dev/null
+++ b/src/f_pc/f_pc_method_iter.cpp
@@ -0,0 +1,12 @@
+//
+// Generated by dtk
+// Translation Unit: f_pc_method_iter.cpp
+//
+
+#include "f_pc/f_pc_method_iter.h"
+#include "SSystem/SComponent/c_list_iter.h"
+
+/* 8004023C-80040260 .text fpcMtdIt_Method__FP15node_list_classPFPv_i */
+int fpcMtdIt_Method(node_list_class* i_nodeList, fpcMtdIt_MethodFunc i_methods) {
+ return cLsIt_Method(i_nodeList, (cNdIt_MethodFunc)i_methods, NULL);
+}