gfxinit.h
author celestar
Tue, 04 Apr 2006 11:35:52 +0000
changeset 3442 41d828e2d5ab
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r4272) -Codechange: Moved the map-accessing stuff from station.h into station_map.h
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */