gfxinit.h
author peter1138
Thu, 11 May 2006 16:27:46 +0000
changeset 3821 2bb8a2643fdf
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r4832) - NewGRF: add support for original string ID to newgrf text handling. So far, this is used for vehicles when no English or American translation is provided.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */