src/gfxinit.h
author rubidium
Wed, 02 May 2007 18:29:11 +0000
changeset 6565 96ef0ede4b83
parent 6247 7d81e3a5d803
child 7772 c89384e3f8de
permissions -rw-r--r--
(svn r9770) -Codechange: perform the payment of cargo when loading/unloading, but when arriving at the station.
/* $Id$ */

/** @file gfxinit.h */

#ifndef GFXINIT_H
#define GFXINIT_H

void CheckExternalFiles();
void GfxLoadSprites();

#endif /* GFXINIT_H */