1
0
Fork 0
Collab_RPG-affichage-dialogues/src/mapdata.h

11 lines
109 B
C

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