Files @ r7248:99e544575ba7
Branch filter:

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

truelight
(svn r10548) -Fix [FS#1020]: don't segfault when you quit in the end-of-the-game screen
/* $Id$ */

/** @file gfxinit.h */

#ifndef GFXINIT_H
#define GFXINIT_H

void CheckExternalFiles();
void GfxLoadSprites();

#endif /* GFXINIT_H */