gfxinit.h
author tron
Thu, 30 Mar 2006 09:29:01 +0000
changeset 3369 00c2ca209a89
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r4166) Sprinkle several map accessors with assert()s
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */