src/gfxinit.h
author Darkvater
Tue, 09 Jan 2007 21:25:13 +0000
changeset 5827 20879afb77f6
parent 5726 8f399788f6c9
child 6285 187e3ef04cc9
permissions -rw-r--r--
(svn r8013) -Codechange (r6921, rUnknown): Show the error message of corrupt or missing (own) files
through a ShowInfo(F). This way windows users also see this message and bugs such as
FS#528 will not happen anymore. Put ShowInfo(F) error output to stderr and not stdout.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */