Mercurial > hg > Game > Cerium
view include/TaskManager/CellHTaskInfo.h @ 310:364abe879376 draft
remove smanager
author | e065746@localhost.localdomain |
---|---|
date | Mon, 08 Jun 2009 20:31:29 +0900 |
parents | 3fc86ddf5d1c |
children |
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