view TaskManager/Test/test_render/task/Load_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 eab18aa0c7f6
children 8611780d479f
line wrap: on
line source

#ifndef INCLUDED_TASK_LOAD_TEXTURE
#define INCLUDED_TASK_LOAD_TEXTURE

#include "SchedTask.h"
#include "Tapestry.h"

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

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

#endif