Files @ r2556:182249972e8b
Branch filter:

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

peter1138
(svn r3089) Fix possible issue with out-of-bounds array access in replace vehicle gui, and add brief commenting.
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

void GfxLoadSprites(void);

#endif /* GFXINIT_H */