gfxinit.h
author tron
Tue, 15 Nov 2005 08:40:45 +0000
changeset 2641 9728651e0d71
parent 2436 177cb6a8339f
permissions -rw-r--r--
(svn r3183) Remove an unused declaration and properly declare CheckExternalFiles() in a header
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */