Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Test/test_render/spe/Set_Texture.h @ 109:5c194c71eca8
Cerium cvs version
author | gongo@gendarme.local |
---|---|
date | Wed, 12 Nov 2008 17:39:33 +0900 |
parents | |
children | 7635f223fc7d |
comparison
equal
deleted
inserted
replaced
108:6f3b3dd3c095 | 109:5c194c71eca8 |
---|---|
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 SetTexture : public SchedTask { | |
9 public: | |
10 SchedConstructor(SetTexture); | |
11 | |
12 int run(void *rbuf, void *wbuf); | |
13 }; | |
14 | |
15 #endif | |
16 |