gfxinit.h
author Darkvater
Tue, 11 Apr 2006 17:05:50 +0000
changeset 3510 3b5a7d59a907
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r4361) - Fix: Write and Read the true length of a string-buffer into the savegame instead of the whole buffer.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */