gfxinit.h
author Darkvater
Tue, 10 Oct 2006 14:05:39 +0000
changeset 4799 a32af5dd7b6c
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r6721) -Codechange: some comments, aligning, types and variable localization.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */