Files @ r2625:27ad3b929a5b
Branch filter:

Location: cpp/openttd-patchpack/source/gfxinit.h

peter1138
(svn r3167) - NewGRF: Start moving custom station code to separate files.
Rewrite handling of station classes.
Allow for more than 8 station tile layouts.
Start of code to unload custom stations.
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

void GfxLoadSprites(void);

#endif /* GFXINIT_H */