Mercurial > hg > Game > Cerium
annotate 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 |
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 |