gfxinit.h
author peter1138
Mon, 16 Oct 2006 10:29:29 +0000
changeset 4863 c178519a8627
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r6789) - Codechange: Tidy up VehicleNameSorter() to use no global vars, and match the style of EngineNameSorter(). This also removes a bug where _internal_name_sorter_id was never set properly for anything other than trains.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */