Mercurial > hg > Members > kono > Cerium
view include/TaskManager/CellTaskListInfo.h @ 342:e5ec009aa2a3
SceneGraph.mm Added
author | kazz@kazzone.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 03 Jul 2009 16:58:40 +0900 |
parents | 7075842aa155 |
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