view TaskManager/Test/test_render/spe/Load_Texture.h @ 266:5c9dbd54cd51

merge
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 04 Jun 2009 00:00:09 +0900
parents c8b868871dce
children 25c820b6060e
line wrap: on
line source

#ifndef INCLUDED_TASK_LOAD_TEXTURE
#define INCLUDED_TASK_LOAD_TEXTURE

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

#ifndef INCLUDED_TAPESTRY
#  include "Tapestry.h"
#endif

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

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

#endif