1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-16 08:52:40 +01:00
Files
OpenTTD/src/gfxinit.h
2007-03-07 11:47:46 +00:00

12 lines
147 B
C

/* $Id$ */
/** @file gfxinit.h */
#ifndef GFXINIT_H
#define GFXINIT_H
void CheckExternalFiles();
void GfxLoadSprites();
#endif /* GFXINIT_H */