2023-07-07 14:20:13 +02:00
|
|
|
#ifndef MAPDATA_H
|
|
|
|
#define MAPDATA_H
|
|
|
|
|
2023-08-08 09:46:07 +02:00
|
|
|
#include <stdint.h>
|
2023-08-11 08:04:17 +02:00
|
|
|
#include "game.h"
|
2023-08-08 09:46:07 +02:00
|
|
|
|
2023-08-11 08:04:17 +02:00
|
|
|
extern Map *worldRPG[];
|
2023-07-07 14:20:13 +02:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|