gfxinit.h
author tron
Sun, 02 Apr 2006 12:49:18 +0000
changeset 3418 a592d40a4d04
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r4242) Pass TileIndex and slope to GetSlopeTileh_*() instead of TileInfo
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */