newgrf_spritegroup.h
author peter1138
Sun, 23 Apr 2006 22:25:33 +0000
changeset 3648 1574c89384cb
parent 3595 20621831cd46
child 3664 2b25d7014099
permissions -rw-r--r--
(svn r4559) - NewGRF: keep a record of which grf an engine is defined in. Will be used in the future.
/* $Id$ */

#ifndef NEWGRF_SPRITEGROUP_H
#define NEWGRF_SPRITEGROUP_H

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

#endif /* NEWGRF_SPRITEGROUP_H */