summaryrefslogtreecommitdiff
path: root/include/task.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-06-25 20:12:08 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-06-25 20:12:08 -0400
commit637774362fdbedd8a54b651e6196a1e1a4f4c093 (patch)
tree3166b9488e566fc831a287e0f88eb52876fc97d8 /include/task.h
parent5e786fcdd9f414eb9614331ea13af21de6f667d0 (diff)
start decompiling sound_check_menu.c
Diffstat (limited to 'include/task.h')
-rw-r--r--include/task.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/task.h b/include/task.h
index 6c6efdf4f..a71577ee3 100644
--- a/include/task.h
+++ b/include/task.h
@@ -1,6 +1,10 @@
#ifndef GUARD_TASK_H
#define GUARD_TASK_H
+// general task defines
+#define TASK gTasks[taskId]
+#define FUNC func
+
typedef void (*TaskFunc)(u8 taskId);
struct Task