view TaskManager/Test/test_render/task/CreatePolygon.h @ 403:e2f29e912d0b draft

clean up and add more info on task_list
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 23 Sep 2009 12:04:29 +0900
parents b3fb0013e6b2
children 839e34d0cc3c
line wrap: on
line source

#ifndef INCLUDED_CREATE_POLYGON
#define INCLUDED_CREATE_POLYGON

#include "SchedTask.h"

class CreatePolygon : public SchedTask {
public:
    SchedConstructor(CreatePolygon);

    int run(SchedTask *smanager, void *rbuf, void *wbuf);
};

#endif