view TaskManager/Test/test_render/task/Set_Texture.h @ 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 25c820b6060e
children bc5b3d327083
line wrap: on
line source

#ifndef INCLUDED_TASK_LOAD_TEXTURE
#define INCLUDED_TASK_LOAD_TEXTURE

#include  "SchedTask.h"

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

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

#endif