gfxinit.h
author celestar
Sat, 30 Dec 2006 17:35:08 +0000
branchcustombridgeheads
changeset 5608 a0768f524071
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r7653) [cbh] - Codechange: Split VehicleEnter_Bridge into separate files for road and rail to simplify further work on this
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */