Mercurial > hg > Game > Cerium
annotate include/TaskManager/SchedExit.h @ 350:628cb162be88 draft
add tasts.xml renderer.xml
author | admin@mcbk.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 10 Jul 2009 16:41:20 +0900 |
parents | 7f991471d43f |
children |
rev | line source |
---|---|
42 | 1 #ifndef INCLUDED_SCHED_EXIT |
2 #define INCLUDED_SCHED_EXIT | |
3 | |
301
7f991471d43f
remove deprecated source. not work.
tkaito@localhost.localdomain
parents:
275
diff
changeset
|
4 #include "base.h" |
7f991471d43f
remove deprecated source. not work.
tkaito@localhost.localdomain
parents:
275
diff
changeset
|
5 #include "Scheduler.h" |
7f991471d43f
remove deprecated source. not work.
tkaito@localhost.localdomain
parents:
275
diff
changeset
|
6 #include "SchedTaskBase.h" |
109 | 7 |
42 | 8 |
9 class SchedExit : public SchedTaskBase { | |
10 public: | |
109 | 11 BASE_NEW_DELETE(SchedExit); |
255 | 12 |
42 | 13 SchedTaskBase* next(Scheduler *, SchedTaskBase *); |
14 }; | |
15 | |
16 #endif |