Collab_RPG/src/mapdata.h

7 lines
69 B
C

#ifndef MAPDATA_H
#define MAPDATA_H
extern Map map_level0;
#endif