summaryrefslogtreecommitdiff
path: root/include/task.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-04-21 23:03:41 -0700
committerYamaArashi <shadow962@live.com>2016-04-21 23:06:36 -0700
commit0601fb4d0013bd0f2508364b313acbdc371da674 (patch)
tree8d11fa93697da09a4e0eb84bb0957d4722f5c8f4 /include/task.h
parent8890ea36eef541ba571df102c3353ee411033261 (diff)
Prepare for switch to standard gas (with preprocessor)
Diffstat (limited to 'include/task.h')
-rw-r--r--include/task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/task.h b/include/task.h
index c88226c83..cb01efbef 100644
--- a/include/task.h
+++ b/include/task.h
@@ -17,6 +17,7 @@ void ResetTasks();
u8 CreateTask(TaskFunc func, u8 priority);
void DestroyTask(u8 taskId);
void RunTasks();
+void TaskDummy(u8 taskId);
void SetTaskFuncWithFollowupFunc(u8 taskId, TaskFunc func, TaskFunc followupFunc);
void SwitchTaskToFollowupFunc(u8 taskId);
bool8 FuncIsActiveTask(TaskFunc func);