gfxinit.h
author peter1138
Tue, 24 Jan 2006 09:33:51 +0000
changeset 2876 f8710fcb8efc
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r3424) - NewGRF fix: Only power should decide whether a rail vehicle is an engine or a wagon. (fixes SHIKI 810 in jpsetw.grf)
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */