repo.or.cz
/
Projeto-PCG.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pegar itens com Enter (não-testado)
[Projeto-PCG.git]
/
maploader.h
blob
fb157930a256f5d90c8ac3bd453bac7258bf46a4
1
#ifndef MAPLOADER_H
2
#define MAPLOADER_H
3
4
#include <string>
5
#include
"mapa.h"
6
7
class
MapLoader
{
8
public
:
9
void
load
(
std
::
string name
,
Mapa
*
m
);
10
};
11
12
13
#endif