mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-02 09:40:35 +00:00
92d8af75db
reduces the amount of house keeping we do and the chance of memory leaks.
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 */
|