gfxinit.h
author tron
Mon, 03 Oct 2005 21:20:01 +0000
changeset 2484 0e45d70ae908
parent 2436 7d5df545bd5d
child 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r3010) Get rid of quite some dubious casts, either by using GB(), proper types or just removing them
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

void GfxLoadSprites(void);

#endif /* GFXINIT_H */