diff options
author | Max <mparisi@stevens.edu> | 2020-10-27 22:42:39 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-27 22:42:39 -0400 |
commit | 585b88fcba1dc639c859288a3df7f21a3b17bd4a (patch) | |
tree | d8ab8f4b64f5f04a81954b84718acd5f19968d88 /include/code_80223C54.h | |
parent | c4dcd29c7708fc02463cf7e921f31ab404d88843 (diff) |
add headers and cleanup
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
|