gfxinit.h
author tron
Wed, 15 Mar 2006 17:38:00 +0000
changeset 3217 60f832048cd4
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r3890) Simplify deleting a bridge by handling the ramps outside of the removal loop
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */