view Renderer/test_render/task/Set_Texture.h @ 503:516d5c91d5b4 draft double-linked-task-list

comment
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 11 Oct 2009 19:35:33 +0900
parents 15bfacccde99
children
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