Collab_RPG/src/mapdata.h

11 lines
138 B
C
Raw Normal View History

#ifndef MAPDATA_H
#define MAPDATA_H
extern Map map_level0;
extern Map map_level1;
extern Map map_level2;
extern Map map_level3;
#endif