gfxinit.h
author matthijs
Fri, 29 Dec 2006 21:26:32 +0000
changeset 5421 bd1b71c8a56a
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r7624) -Fix (FS#470): Also install openttd.32.bmp on make install, used as window icon by SDL (to be ported to 0.5).
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */