diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-18 08:52:57 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-18 09:23:06 -0400 |
commit | 8604291b0f0e430b01f0099ea4e098171938505b (patch) | |
tree | c1d706048ccc4ffb852ba6d597428fd6ec2d30e4 /include/unknown_task.h | |
parent | 74bda5b68088f08220cf3f1b9791e5900a6a9877 (diff) |
Start decomp
Diffstat (limited to 'include/unknown_task.h')
-rw-r--r-- | include/unknown_task.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/unknown_task.h b/include/unknown_task.h new file mode 100644 index 000000000..f59ca9ac3 --- /dev/null +++ b/include/unknown_task.h @@ -0,0 +1,11 @@ +#ifndef GUARD_unknown_task_H +#define GUARD_unknown_task_H + +// Exported type declarations + +// Exported RAM declarations + +// Exported ROM declarations +void remove_some_task(void); + +#endif //GUARD_unknown_task_H |