gfxinit.h
author truelight
Sun, 29 Jan 2006 20:03:50 +0000
changeset 2920 a582cd504686
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r3476) -Fix: fixed a warning from the OSX compiler, it is bogus, but oh well
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */