gfxinit.h
author peter1138
Wed, 19 Apr 2006 07:17:00 +0000
changeset 3587 c434d5c3dcaa
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r4473) - Newstations:
- Alter parameters of CMD_BUILD_RAILROAD_STATION to accept a custom station class and id.
- Add a dynamically allocated list of custom stations that the SpecIndex (m4) references.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */