Mercurial > hg > Game > Cerium
diff include/TaskManager/SchedTaskList.h @ 184:a19d3ed4ce5b draft
fix
author | gongo@gendarme.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Tue, 06 Jan 2009 15:39:48 +0900 |
parents | 028ffc9c0375 |
children | 40db021f6272 cfd20d609ace |
line wrap: on
line diff
--- a/include/TaskManager/SchedTaskList.h Tue Dec 23 16:27:07 2008 +0900 +++ b/include/TaskManager/SchedTaskList.h Tue Jan 06 15:39:48 2009 +0900 @@ -42,4 +42,9 @@ }; +const int SCHED_TASKLIST_NORMAL = 0; +const int SCHED_TASKLIST_RENEW = 1; + #endif + +extern SchedTaskList* createSchedTaskList(uint32, Scheduler*, int);