Mercurial > hg > Game > Cerium
view TaskManager/Cell/CellTaskListInfo.h @ 384:cede4c6af788 draft
makefile fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 06 Aug 2009 12:05:59 +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