gfxinit.h
author matthijs
Tue, 05 Dec 2006 13:58:20 +0000
changeset 5247 c3eece01af11
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r7372) - CodeChange: Rename all GetXXXArraySize() functions to GetNumXXX() and add GetMaxXXXIndex() functions. This prepares for the new pool interface.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */