gfxinit.h
author tron
Tue, 27 Sep 2005 20:55:42 +0000
changeset 2468 9ea52370a093
parent 2436 7d5df545bd5d
child 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r2994) Another small hack regarding currencies: add a #define to emulate a variable, that holds the current currency; again this should increase readability
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

void GfxLoadSprites(void);

#endif /* GFXINIT_H */