diff options
author | smatz <smatz@openttd.org> | 2009-05-22 15:39:22 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-05-22 15:39:22 +0000 |
commit | 56a7b70591f933b587f091de66ba50c988894cac (patch) | |
tree | 57268de5948930a05403c687dd851cac5b582fc7 /src/newgrf_spritegroup.h | |
parent | 10d1ef5447b94d17024dc0f4bdd1b7b017431a23 (diff) | |
download | openttd-56a7b70591f933b587f091de66ba50c988894cac.tar.xz |
(svn r16380) -Codechange: rename pool.hpp to pool_type.hpp
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r-- | src/newgrf_spritegroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h index ebaa908ea..b8dd5f151 100644 --- a/src/newgrf_spritegroup.h +++ b/src/newgrf_spritegroup.h @@ -11,7 +11,7 @@ #include "gfx_type.h" #include "engine_type.h" #include "tile_type.h" -#include "core/pool.hpp" +#include "core/pool_type.hpp" #include "newgrf_cargo.h" #include "newgrf_callbacks.h" |