gfxinit.h
author Darkvater
Tue, 21 Nov 2006 16:54:16 +0000
changeset 5140 3d58647a202a
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r7228) -Codechange: [internal] Add the possibility to save/load string-pointers which do not
have a pre-allocated buffer.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */