Mercurial > hg > Game > Cerium
view Renderer/test_render/task/CreatePolygon.h @ 327:c8edba9cabb7 draft
add test_render/show_time.{cpp,h} {spe,task}/ShowTime.{cpp,h} but incomplete
author | aaa |
---|---|
date | Fri, 12 Jun 2009 02:07:06 +0900 |
parents | 15bfacccde99 |
children |
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