changeset 9111 | 48ce04029fe4 |
parent 8374 | 7a1b6c89cb89 |
child 9390 | 88d36f907e96 |
9110:9c48301b2e19 | 9111:48ce04029fe4 |
---|---|
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 /** @file grf.hpp */ |
3 /** @file grf.hpp Base for reading sprites from (New)GRFs. */ |
4 |
4 |
5 #ifndef SPRITELOADER_GRF_HPP |
5 #ifndef SPRITELOADER_GRF_HPP |
6 #define SPRITELOADER_GRF_HPP |
6 #define SPRITELOADER_GRF_HPP |
7 |
7 |
8 #include "spriteloader.hpp" |
8 #include "spriteloader.hpp" |