Mercurial > hg > Members > kono > Cerium
annotate TaskManager/Test/test_render/spe/CreatePolygon.h @ 131:805d27efafd8
fix
author | gongo@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Tue, 25 Nov 2008 17:24:18 +0900 |
parents | 5c194c71eca8 |
children | 25c820b6060e |
rev | line source |
---|---|
109 | 1 #ifndef INCLUDED_CREATE_POLYGON |
2 #define INCLUDED_CREATE_POLYGON | |
3 | |
4 #ifndef INCLUDED_SCHED_TASK | |
5 # include "SchedTask.h" | |
6 #endif | |
7 | |
8 class CreatePolygon : public SchedTask { | |
9 public: | |
10 SchedConstructor(CreatePolygon); | |
11 | |
12 int run(void *rbuf, void *wbuf); | |
13 }; | |
14 | |
15 #endif |