diff options
Diffstat (limited to 'include/code_80223C54.h')
-rw-r--r-- | include/code_80223C54.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/code_80223C54.h b/include/code_80223C54.h new file mode 100644 index 0000000..e679378 --- /dev/null +++ b/include/code_80223C54.h @@ -0,0 +1,15 @@ +#ifndef POKEREVO_CODE_80223C54_H
+#define POKEREVO_CODE_80223C54_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+u32 func_80223FD0(u32, u32, u32, void (*)(u32, u32));
+void func_8022408C(u32, const char*);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif //POKEREVO_CODE_80223C54_H
|