newgrf_spritegroup.h
author tron
Sun, 23 Apr 2006 13:48:16 +0000
changeset 3636 d87b21df2944
parent 3595 20621831cd46
child 3664 2b25d7014099
permissions -rw-r--r--
(svn r4541) Add a type for slopes and replace many magic numbers by the appropriate enums
/* $Id$ */

#ifndef NEWGRF_SPRITEGROUP_H
#define NEWGRF_SPRITEGROUP_H

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

#endif /* NEWGRF_SPRITEGROUP_H */