gfxinit.h
author peter1138
Sat, 03 Jun 2006 15:14:41 +0000
changeset 3941 55fa782a443c
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r5085) - Fix (FS#198): add parentheses to CHANCE16*() (and GENERAL_SPRITE_COLOR) macro parameters (thanks to ASM)
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */