view TaskManager/Test/test_render/spe/Load_Texture.h @ 409:dd2ab68e4036

fix spe/*
author e065746@henri.cr.ie.u-ryukyu.ac.jp
date Wed, 23 Sep 2009 15:31:10 +0900
parents 25c820b6060e
children 44c0bce54dcf
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(SchedTask *smanager, void *rbuf, void *wbuf);
};

#endif