view TaskManager/Test/test_render/spe/CreatePolygon.h @ 123:e9e12e2088bd draft

delete scene_graph->child (instead use "children")
author gongo@charles.cr.ie.u-ryukyu.ac.jp
date Tue, 25 Nov 2008 10:32:23 +0900
parents 028ffc9c0375
children b3fb0013e6b2
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