gfxinit.h
author Darkvater
Tue, 13 Dec 2005 21:21:57 +0000
changeset 2749 c9312a4a1efe
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r3294) - Fix: use INVALID_STRING_ID instead of -1.
- Fix: savegames only give back one message, show this by ignoring the first argument. Perhaps make the message more verbose in the future by adding STR_ equivalents next to the already existing debug messages.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */