Mercurial > hg > Members > kono > Cerium
view TaskManager/Test/test_render/spe/CreatePolygon.h @ 354:81b25e5d5379
add example/get_segment and change spe/DrawSpan.cpp
author | koba |
---|---|
date | Wed, 15 Jul 2009 17:39:51 +0900 |
parents | 5c194c71eca8 |
children | 25c820b6060e |
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