24 #ifndef MADS_GLOBALS_FOREST_H 25 #define MADS_GLOBALS_FOREST_H 27 #include "mads/game.h" 28 #include "mads/resources.h" 41 class ForestGlobals :
public Globals {
43 SynchronizedList _spriteIndexes;
44 SynchronizedList _sequenceIndexes;
45 SynchronizedList _animationIndexes;
Definition: serializer.h:79