mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2024-12-29 13:03:43 +01:00
7 lines
69 B
C
7 lines
69 B
C
#ifndef MAPDATA_H
|
|
#define MAPDATA_H
|
|
|
|
extern Map map_level0;
|
|
|
|
#endif
|
|
|