gfxinit.h
author bjarni
Thu, 05 Oct 2006 08:15:51 +0000
changeset 4734 24b34218c5ce
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r6646) -Codechange: [vehicle list window] Cleaned up the drawing code
This moved a few of the strings and sprites a few pixels. Hopefully this will work out ok.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */