mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-08 01:10:28 +00:00
4a58250cb9
- 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 */
|