view TaskManager/Test/test_render/spe/Load_Texture.h @ 173:56be4a6e5513

add scale
author gongo@localhost.localdomain
date Thu, 11 Dec 2008 20:17:01 +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