Mercurial > hg > Game > Cerium
annotate example/scenegraph/xml/task/collision.h @ 539:3bc98f6d31ff draft
Reorganization..
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 12 Oct 2009 09:39:35 +0900 |
parents | 628cb162be88 |
children |
rev | line source |
---|---|
350 | 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 |