newgrf_spritegroup.h
author belugas
Wed, 26 Apr 2006 14:58:06 +0000
changeset 3662 e9e1533c758b
parent 3595 20621831cd46
child 3664 2b25d7014099
permissions -rw-r--r--
(svn r4577) CodeChange : Cleanup of industry_cmd (Step-1).
Add an accessor to _industry_specs array.
Work of tfc_team
/* $Id$ */

#ifndef NEWGRF_SPRITEGROUP_H
#define NEWGRF_SPRITEGROUP_H

SpriteGroup *AllocateSpriteGroup(void);
void InitializeSpriteGroupPool(void);

#endif /* NEWGRF_SPRITEGROUP_H */