comparison Renderer/Engine/spe/Load_Texture.cc @ 581:58cdb81f7f96

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 24 Oct 2009 17:42:42 +0900
parents 735f76483bb2
children f2497e0ecd7c
comparison
equal deleted inserted replaced
580:da82a47ece92 581:58cdb81f7f96
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 "texture.h"
8 #if !USE_MEMHASH
9 #include "TileHash.h"
10 #endif
11 #include "Func.h" 8 #include "Func.h"
12 #include "global_alloc.h" 9 #include "global_alloc.h"
13 10
14 SchedDefineTask(LoadTexture); 11 SchedDefineTask(LoadTexture);
15 12