mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-29 02:12:11 +00:00
19f5036c46
This doesn't ease the global variable mess, but makes the distinction between sprite heap and gfx loading routines easier.
9 lines
84 B
C
9 lines
84 B
C
/* $Id$ */
|
|
|
|
#ifndef GFXINIT_H
|
|
#define GFXINIT_H
|
|
|
|
void GfxLoadSprites(void);
|
|
|
|
#endif
|