gfxinit.h
author Darkvater
Mon, 20 Feb 2006 19:43:26 +0000
changeset 3047 2880aef0ee9d
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r3627) - Change all hardcoded 255 max-saveload versions with the define SL_MAX_VERSION
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */