src/gfxinit.h
author rubidium
Wed, 08 Aug 2007 14:18:05 +0000
changeset 7426 e8dd555767bd
parent 6247 7d81e3a5d803
child 7772 c89384e3f8de
permissions -rw-r--r--
(svn r10827) -Fix [FS#1112]: out of bounds access in corner case of list allocations of vehicles.
/* $Id$ */

/** @file gfxinit.h */

#ifndef GFXINIT_H
#define GFXINIT_H

void CheckExternalFiles();
void GfxLoadSprites();

#endif /* GFXINIT_H */