gfxinit.h
author tron
Tue, 28 Feb 2006 11:49:12 +0000
changeset 3097 4c9edce4d22c
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r3686) Dispel some strange magic regarding level crossings and foundations:
if a level crossing is on a sloped tile, it has to be on a level foundation
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */