mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2025-01-01 06:23:40 +01:00
8 lines
69 B
C
8 lines
69 B
C
|
#ifndef MAPDATA_H
|
||
|
#define MAPDATA_H
|
||
|
|
||
|
extern Map map_level0;
|
||
|
|
||
|
#endif
|
||
|
|