Mercurial > hg > Game > Cerium
comparison TaskManager/Cell/CellTaskListInfo.h @ 366:0251d06467de draft
rename include/TaskManager/* and add memory
author | aaa |
---|---|
date | Mon, 27 Jul 2009 15:51:18 +0900 |
parents | include/TaskManager/CellTaskListInfo.h@3fc86ddf5d1c |
children |
comparison
equal
deleted
inserted
replaced
365:fafed60e2fca | 366:0251d06467de |
---|---|
1 #ifndef INCLUDED_CELL_TASK_LIST_INFO | |
2 #define INCLUDED_CELL_TASK_LIST_INFO | |
3 | |
4 #include "TaskListInfo.h" | |
5 | |
6 class CellTaskListInfo : public TaskListInfo { | |
7 public: | |
8 /* functions */ | |
9 int extend_pool(int num); | |
10 }; | |
11 | |
12 #endif |