diff options
author | who-knows-who <j.williams97@outlook.com> | 2021-02-27 17:57:20 +0000 |
---|---|---|
committer | who-knows-who <j.williams97@outlook.com> | 2021-02-27 18:05:20 +0000 |
commit | 50eafa9b79d992f409a688fc7c8fb1029020130a (patch) | |
tree | 3da688f83fbe960c7314879a6b1d95ae4b6d7203 /include/unk_0201CBEC.h | |
parent | f2284a721b91fc2af49bd2b5d1d43ff24de46ba6 (diff) |
Move struct and function definitions to header files
Diffstat (limited to 'include/unk_0201CBEC.h')
-rw-r--r-- | include/unk_0201CBEC.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/unk_0201CBEC.h b/include/unk_0201CBEC.h new file mode 100644 index 00000000..a8c617d9 --- /dev/null +++ b/include/unk_0201CBEC.h @@ -0,0 +1,6 @@ +#ifndef POKEDIAMOND_UNK_0201CBEC_H +#define POKEDIAMOND_UNK_0201CBEC_H + +int FUN_0201CBEC(int a0, int a1, int a2, int a3); + +#endif //POKEDIAMOND_UNK_0201CBEC_H |