mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-28 14:44:28 +01:00
10 lines
184 B
C
10 lines
184 B
C
/* $Id$ */
|
|
|
|
#ifndef NEWGRF_SPRITEGROUP_H
|
|
#define NEWGRF_SPRITEGROUP_H
|
|
|
|
SpriteGroup *AllocateSpriteGroup(void);
|
|
void InitializeSpriteGroupPool(void);
|
|
|
|
#endif /* NEWGRF_SPRITEGROUP_H */
|