Mercurial > hg > Members > kono > Cerium
view Renderer/test_render/task/CreatePolygon.h @ 414:b24ea9ca59fd
ChainCal.cpp indent-region
author | kazz@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Wed, 23 Sep 2009 20:42:10 +0900 |
parents | 55ea4465b1a2 |
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