gfxinit.h
author peter1138
Fri, 24 Feb 2006 17:52:07 +0000
changeset 3074 3c862b4949b4
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r3663) - Fix: [Multistop] Check the status of the destination road stop instead of a station's first road stop. This only has effect with road vehicle queuing disabled.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */