mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-07 06:39:08 +00: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 */
|