gfxinit.h
author KUDr
Tue, 29 Aug 2006 19:46:31 +0000
changeset 4445 ccb3b02161fe
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r6223) -Fix: RVs with empty order list were able to enter the depot or road stop from the back. I introduced this bug when I "improved" GetTileTrackStatus(). (thanks glx for the report and fix).
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */