Files @ r6765:b24c23276278
Branch filter:

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

belugas
(svn r10001) -Codechange: Add support for removing dynamically allocated newgrf data
/* $Id$ */

/** @file gfxinit.h */

#ifndef GFXINIT_H
#define GFXINIT_H

void CheckExternalFiles();
void GfxLoadSprites();

#endif /* GFXINIT_H */