gfxinit.h
author rubidium
Fri, 11 Aug 2006 09:42:12 +0000
changeset 4249 cc919af15ec3
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r5841) -Fix r5794: use the height of the edge of the map for shadows of disasters that are outside the map
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */