(svn r4491) - Codechange: handle IGT_LIST types just as the other types with a proper name and value setting (for example for newgrf parameters).
/* $Id$ */
#ifndef NEWGRF_SPRITEGROUP_H
#define NEWGRF_SPRITEGROUP_H
SpriteGroup *AllocateSpriteGroup(void);
void InitializeSpriteGroupPool(void);
#endif /* NEWGRF_SPRITEGROUP_H */