Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/task/Load_Texture.h @ 403:e2f29e912d0b draft
clean up and add more info on task_list
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 23 Sep 2009 12:04:29 +0900 |
parents | 205e4a4af635 |
children | 839e34d0cc3c |
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