Mercurial > hg > Game > Cerium
diff include/TaskManager/CellHTaskInfo.h @ 109:028ffc9c0375 draft
Cerium cvs version
author | gongo@gendarme.local |
---|---|
date | Wed, 12 Nov 2008 17:39:33 +0900 |
parents | |
children | 3fc86ddf5d1c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/TaskManager/CellHTaskInfo.h Wed Nov 12 17:39:33 2008 +0900 @@ -0,0 +1,14 @@ +#ifndef INCLUDED_CELL_HTASK_INFO +#define INCLUDED_CELL_HTASK_INFO + +#ifndef INCLUDED_HTASK_INFO +# include "HTaskInfo.h" +#endif + +class CellHTaskInfo : public HTaskInfo { +public: + /* functions */ + int extend_pool(int num); +}; + +#endif