view TaskManager/Test/test_render/task/Load_Texture.h @ 243:c4918a1fb6c9 draft

rm warning
author e065746@localhost.localdomain
date Sun, 31 May 2009 16:26:20 +0900
parents 508beb59e0eb
children 205e4a4af635
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