view gfxinit.h @ 5378:03582d19a51a draft

(svn r7563) -Fix (FS#468): removing towns in the scenario editor could leave subsidies with that town as source/destination, resulting in an assertion when displaying the Subsidies Window.
author rubidium <rubidium@openttd.org>
date Tue, 26 Dec 2006 15:28:11 +0000
parents 3e6db1a16fb9
children
line wrap: on
line source

/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */