Mercurial > hg > Game > Cerium
view TaskManager/Cell/CellTaskListInfo.h @ 578:3d998f5d49a6 draft
ps3 move
author | game@localhost.localdomain |
---|---|
date | Fri, 23 Oct 2009 18:36:43 +0900 |
parents | 0251d06467de |
children |
line wrap: on
line source
#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