Files @ r5366:83ef5d1f43e1
Branch filter:

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

rubidium
(svn r7551) -Fix (r7523): segmentation fault on showing NewGRF settings of a network game.
1
2
3
4
5
6
7
8
9
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

void CheckExternalFiles(void);
void GfxLoadSprites(void);

#endif /* GFXINIT_H */