Pegar itens com Enter (não-testado)
[Projeto-PCG.git] / maploader.h
blobfb157930a256f5d90c8ac3bd453bac7258bf46a4
1 #ifndef MAPLOADER_H
2 #define MAPLOADER_H
4 #include <string>
5 #include "mapa.h"
7 class MapLoader {
8 public:
9 void load(std::string name,Mapa* m);
13 #endif