Collab_RPG/src/mapdata.h
2024-07-30 18:19:49 +02:00

10 lines
109 B
C

#ifndef MAPDATA_H
#define MAPDATA_H
#include "game.h"
#include <stdint.h>
extern Map *worldRPG[];
#endif