Collab_RPG/src/mapdata.h

10 lines
109 B
C

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