view TaskManager/Test/test_render/spe/Set_Texture.h @ 131:805d27efafd8

fix
author gongo@charles.cr.ie.u-ryukyu.ac.jp
date Tue, 25 Nov 2008 17:24:18 +0900
parents 7635f223fc7d
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

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

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

#endif