diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-30 15:26:16 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-30 15:26:16 -0500 |
commit | 8a8e86fa4fe0a7932f475c7aa8424ea840327e4b (patch) | |
tree | 221f1c172ae9a86591699b9cf016681d17c74ae4 /include/cereader_tool.h | |
parent | f178d06946a4debf6a0551094d3ef2f70b7b364c (diff) |
split mevent_server
Diffstat (limited to 'include/cereader_tool.h')
-rw-r--r-- | include/cereader_tool.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/cereader_tool.h b/include/cereader_tool.h new file mode 100644 index 000000000..28ef526eb --- /dev/null +++ b/include/cereader_tool.h @@ -0,0 +1,9 @@ +#ifndef GUARD_CEREADER_TOOL_H +#define GUARD_CEREADER_TOOL_H + +#include "global.h" + +bool32 sub_815D794(u8 *); +u8 sub_815D6B4(u8 *); + +#endif //GUARD_CEREADER_TOOL_H |