gfxinit.h
author tron
Tue, 31 Jan 2006 19:06:02 +0000
changeset 2942 855685756db4
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r3498) Fix the edge case for r3419/r3488: when a vehicle just enters a tile, the height difference can be 8
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */