view TaskManager/Test/test_render/task/create_sgp.hpp @ 387:5e2d30bfbf23

no compile error but not worked.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 06 Aug 2009 22:40:52 +0900
parents 5c194c71eca8
children
line wrap: on
line source

#ifndef INCLUDED_TASK_LOAD_TEXTURE
#define INCLUDED_TASK_LOAD_TEXTURE

#ifndef INCLUDED_SCHED_TASK
#include  "SchedTask.h"
#endif

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

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

#endif