view TaskManager/Test/test_render/task/create_sgp.hpp @ 154:f4673e790675

task/ と spe/ の同期し忘れ。 こういうのめんどくさいからなんとかしたいんだけど
author gongo@gendarme.local
date Wed, 03 Dec 2008 20:14:23 +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