summaryrefslogtreecommitdiff
path: root/include/unknown_task.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2019-04-09 14:30:54 -0400
committerscnorton <scnorton@biociphers.org>2019-04-09 14:30:54 -0400
commitfb423f957dc8944edf0b822a7aaa1949434ac65e (patch)
tree2f9de5e4e14a6e8947f221b45566fb28c5223c40 /include/unknown_task.h
parentd54a9b56da080285db359610fb76aa402e1de249 (diff)
sub_812EB58; port scanline_effect
Diffstat (limited to 'include/unknown_task.h')
-rw-r--r--include/unknown_task.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/unknown_task.h b/include/unknown_task.h
deleted file mode 100644
index 429e58aad..000000000
--- a/include/unknown_task.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef GUARD_unknown_task_H
-#define GUARD_unknown_task_H
-
-#include "global.h"
-
-// Exported type declarations
-struct UnknownTaskStruct
-{
- volatile void *dest;
- u32 control;
- u8 unk8;
- u8 unk9;
-};
-
-extern struct UnknownTaskStruct gUnknown_0831AC70;
-
-// Exported RAM declarations
-
-// Exported ROM declarations
-void remove_some_task(void);
-void sub_80BA038(struct UnknownTaskStruct arg0);
-void sub_80BA0A8(void);
-
-#endif // GUARD_unknown_task_H