mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2024-12-29 13:03:43 +01:00
10 lines
109 B
C
10 lines
109 B
C
#ifndef MAPDATA_H
|
|
#define MAPDATA_H
|
|
|
|
#include <stdint.h>
|
|
#include "game.h"
|
|
|
|
extern Map *worldRPG[];
|
|
|
|
#endif
|
|
|