gfxinit.h
author celestar
Fri, 07 Apr 2006 08:42:30 +0000
changeset 3466 b17ee472b2af
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r4311) -Fix/Codechange: Clear the railtype when removing rail under a bridge. FS#103 exhibited this problem
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */