gfxinit.h
author rubidium
Sun, 03 Sep 2006 22:07:28 +0000
changeset 4536 d532b2611952
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r6365) -Cleanup: remove IsGeneratingWorld calls that are either not called or have no effect.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */