Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/spe/Set_Texture.h @ 463:60f44d3ea452 draft
remove run()
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 29 Sep 2009 15:45:11 +0900 |
parents | b3fb0013e6b2 |
children | 839e34d0cc3c |
line wrap: on
line source
#ifndef INCLUDED_TASK_LOAD_TEXTURE #define INCLUDED_TASK_LOAD_TEXTURE #include "SchedTask.h" class SetTexture : public SchedTask { public: SchedConstructor(SetTexture); int run(SchedTask *s, void *rbuf, void *wbuf); }; #endif