Files @ r2471:bee74ab7f6e9
Branch filter:

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

peter1138
(svn r2997) -Codechange: Split road drawing code off from DrawTile_Road into a separate function to be used elsewhere.
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

void GfxLoadSprites(void);

#endif /* GFXINIT_H */