gfxinit.h
author rubidium
Wed, 20 Dec 2006 23:44:39 +0000
changeset 5349 6a220d58c0ce
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r7520) -Fix(r7348): memleak due to unconditionally overwriting the filename, name and info of a GRFConfig in IsGoodGRFConfigList.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */