Mercurial > hg > Members > kono > Cerium
annotate TaskManager/Test/test_render/spe/Load_Texture.h @ 132:e7c80537b6aa
add XML
author | gongo@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Tue, 25 Nov 2008 18:19:53 +0900 |
parents | 5c194c71eca8 |
children | c8b868871dce |
rev | line source |
---|---|
109 | 1 #ifndef INCLUDED_TASK_LOAD_TEXTURE |
2 #define INCLUDED_TASK_LOAD_TEXTURE | |
3 | |
4 #ifndef INCLUDED_SCHED_TASK | |
5 #include "SchedTask.h" | |
6 #endif | |
7 | |
8 class LoadTexture : public SchedTask { | |
9 public: | |
10 SchedConstructor(LoadTexture); | |
11 | |
12 int run(void *rbuf, void *wbuf); | |
13 }; | |
14 | |
15 #endif |