Mercurial > hg > Members > kono > Cerium
view include/TaskManager/CellTaskListInfo.h @ 351:852d7ba57be2
add move,collision task
author | admin@mcbk.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 10 Jul 2009 18:20:26 +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