Mercurial > hg > Game > Cerium
view TaskManager/Cell/CellHTaskInfo.h @ 421:6094dfd1f08c draft
comment
author | game@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 24 Sep 2009 12:35:32 +0900 |
parents | 0251d06467de |
children | 7ddbe22d4cdb |
line wrap: on
line source
#ifndef INCLUDED_CELL_HTASK_INFO #define INCLUDED_CELL_HTASK_INFO #include "HTaskInfo.h" class CellHTaskInfo : public HTaskInfo { public: /* functions */ int extend_pool(int num); }; #endif