gfxinit.h
author peter1138
Thu, 14 Dec 2006 15:14:29 +0000
changeset 5333 8e7d68b06399
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r7495) -Fix (r7354): [NewGRF] Deactivate the target GRF, not the current GRF.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */