Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/task/Load_Texture.cpp @ 166:8831c058a1ff draft
fix
author | gongo@localhost.localdomain |
---|---|
date | Tue, 09 Dec 2008 11:53:51 +0900 |
parents | 7bc603ec6111 |
children | 508beb59e0eb |
line wrap: on
line source
#include <stdlib.h> #include <string.h> #include "Load_Texture.h" #include "texture.h" #include "Func.h" SchedDefineTask(LoadTexture); int LoadTexture::run(void *rbuf , void *wbuf) { return 0; }