diff options
author | yenatch <yenatch@gmail.com> | 2017-07-05 18:11:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-05 18:11:34 -0400 |
commit | 3b3eb45b91c11b47504a80fcd853ec45abbbf445 (patch) | |
tree | 99daa00ca855631af74c92cd9c22dd8ae9c12429 /include/task.h | |
parent | 5a934970934661298d933a3e55c7cd672f0cda13 (diff) | |
parent | 2bedaf3824d27b6f8b3e3df9ec13604c0c6af749 (diff) |
Merge pull request #346 from ProjectRevoTPP/sound_check_menu
Sound check menu
Diffstat (limited to 'include/task.h')
-rw-r--r-- | include/task.h | 4 |
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 |