mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
8e6a911700
- change a lot of byte player types to PlayerID - beautify header files, same "#endif /* filename */" ending
9 lines
100 B
C
9 lines
100 B
C
/* $Id$ */
|
|
|
|
#ifndef GFXINIT_H
|
|
#define GFXINIT_H
|
|
|
|
void GfxLoadSprites(void);
|
|
|
|
#endif /* GFXINIT_H */
|