gfxinit.h
author peter1138
Tue, 02 Jan 2007 18:56:03 +0000
changeset 5725 8ad0e96437e0
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r7758) -Codechange: Change SpriteGroup pool allocation from 16 items to 512 items at a time, as with a few sets loaded there can easily be 10,000+ items in the pool.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */