OpenTTD-patches/newgrf_spritegroup.h
peter1138 92d8af75db (svn r4486) - NewGRF: Create and use a memory pool to manage sprite groups. This
reduces the amount of house keeping we do and the chance of memory 
leaks.
2006-04-20 20:51:57 +00:00

10 lines
184 B
C

/* $Id$ */
#ifndef NEWGRF_SPRITEGROUP_H
#define NEWGRF_SPRITEGROUP_H
SpriteGroup *AllocateSpriteGroup(void);
void InitializeSpriteGroupPool(void);
#endif /* NEWGRF_SPRITEGROUP_H */