Mercurial > hg > Game > Cerium
annotate include/TaskManager/CellTaskListInfo.h @ 292:2369f477ffbe draft
Document/Cerium_2009.mm
author | aaa |
---|---|
date | Fri, 05 Jun 2009 18:53:42 +0900 |
parents | 7492eb28b577 |
children | 3fc86ddf5d1c |
rev | line source |
---|---|
57 | 1 #ifndef INCLUDED_CELL_TASK_LIST_INFO |
2 #define INCLUDED_CELL_TASK_LIST_INFO | |
3 | |
4 #ifndef INCLUDED_TASK_LIST_INFO | |
5 # include "TaskListInfo.h" | |
6 #endif | |
7 | |
58 | 8 class CellTaskListInfo : public TaskListInfo { |
57 | 9 public: |
10 /* functions */ | |
58 | 11 int extend_pool(int num); |
57 | 12 }; |
13 | |
14 #endif |