comparison Renderer/Engine/spe/Load_Texture.cc @ 860:649e4cb84683

Still on the way
author yutaka@localhost.localdomain
date Fri, 18 Jun 2010 01:30:06 +0900
parents 496a8159e840
children ff74988bbb2a
comparison
equal deleted inserted replaced
859:e39f320c4411 860:649e4cb84683
2 #include "error.h" 2 #include "error.h"
3 3
4 #include <stdlib.h> 4 #include <stdlib.h>
5 #include <string.h> 5 #include <string.h>
6 #include "Load_Texture.h" 6 #include "Load_Texture.h"
7 #include "texture.h" 7 #include "task_texture.h"
8 #include "Func.h" 8 #include "Func.h"
9 9
10 SchedDefineTask(LoadTexture); 10 SchedDefineTask(LoadTexture);
11 11
12 /** 12 /**