gfxinit.h
author tron
Mon, 26 Sep 2005 08:11:48 +0000
changeset 2461 6eb017ee2e48
parent 2436 7d5df545bd5d
child 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r2987) -Fix: restart_game_date is an UINT16, not a BYTE. Now setting the game restart year via the console should work (Debolaz)
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

void GfxLoadSprites(void);

#endif /* GFXINIT_H */