Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/task/Load_Texture.h @ 203:1eba8570808c draft
fix CreateSpan::run
author | gongo@localhost.localdomain |
---|---|
date | Mon, 26 Jan 2009 18:30:35 +0900 |
parents | 508beb59e0eb |
children | 205e4a4af635 |
line wrap: on
line source
#ifndef INCLUDED_TASK_LOAD_TEXTURE #define INCLUDED_TASK_LOAD_TEXTURE #ifndef INCLUDED_SCHED_TASK #include "SchedTask.h" #endif #ifndef INCLUDED_TAPESTRY # include "Tapestry.h" #endif class LoadTexture : public SchedTask { public: SchedConstructor(LoadTexture); int run(void *rbuf, void *wbuf); }; #endif