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_80249BC8.h | |
parent | c4dcd29c7708fc02463cf7e921f31ab404d88843 (diff) |
add headers and cleanup
Diffstat (limited to 'include/code_80249BC8.h')
-rw-r--r-- | include/code_80249BC8.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/code_80249BC8.h b/include/code_80249BC8.h new file mode 100644 index 0000000..7cc4458 --- /dev/null +++ b/include/code_80249BC8.h @@ -0,0 +1,14 @@ +#ifndef POKEREVO_CODE_80249BC8_H
+#define POKEREVO_CODE_80249BC8_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+s32 func_80249BC8(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif //POKEREVO_CODE_80249BC8_H
|