src/gfxinit.h
author celestar
Thu, 11 Jan 2007 13:41:16 +0000
branchcustombridgeheads
changeset 5649 55c8267c933f
parent 5643 3778051e8095
child 6285 187e3ef04cc9
permissions -rw-r--r--
(svn r8060) [cbh] - Renamed all .c files to .cpp to get the cpp conversion merged
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */