Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/spe/CreatePolygon.h @ 223:ef7034891800 draft
add Vacuume
author | gongo@localhost.localdomain |
---|---|
date | Tue, 10 Feb 2009 13:11:26 +0900 |
parents | 028ffc9c0375 |
children | b3fb0013e6b2 |
line wrap: on
line source
#ifndef INCLUDED_CREATE_POLYGON #define INCLUDED_CREATE_POLYGON #ifndef INCLUDED_SCHED_TASK # include "SchedTask.h" #endif class CreatePolygon : public SchedTask { public: SchedConstructor(CreatePolygon); int run(void *rbuf, void *wbuf); }; #endif