view TaskManager/Test/test_render/spe/CreatePolygon.h @ 243:c4918a1fb6c9 draft

rm warning
author e065746@localhost.localdomain
date Sun, 31 May 2009 16:26:20 +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