src/gfxinit.h
author maedhros
Mon, 22 Jan 2007 16:26:45 +0000
changeset 5793 01b18d4550e2
parent 5475 2e6990a8c7c4
child 6179 d19b0137d8e4
permissions -rw-r--r--
(svn r8350) -Codechange: [Graphs] Use DrawStringCentered instead of a hardcoded offset to make the string appear centred.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */