Mercurial > hg > Game > Cerium
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TaskManager/Cell/CellTaskListInfo.h Mon Jul 27 15:51:18 2009 +0900 @@ -0,0 +1,12 @@ +#ifndef INCLUDED_CELL_TASK_LIST_INFO +#define INCLUDED_CELL_TASK_LIST_INFO + +#include "TaskListInfo.h" + +class CellTaskListInfo : public TaskListInfo { +public: + /* functions */ + int extend_pool(int num); +}; + +#endif