mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-30 02:43:38 +00:00
9 lines
84 B
C
9 lines
84 B
C
|
/* $Id$ */
|
||
|
|
||
|
#ifndef GFXINIT_H
|
||
|
#define GFXINIT_H
|
||
|
|
||
|
void GfxLoadSprites(void);
|
||
|
|
||
|
#endif
|