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
Ajuste leve na velocidade permitindo movimentos mais sutis
[Projeto-PCG.git]
/
main.cpp
blob
2c7ce8a03375a807d48845a254bf483eabcb871d
1
#include
"game.h"
2
#include
"configmanager.h"
3
4
int
main
() {
5
ConfigManager config
;
6
config
.
load
();
7
Game
agame
(&
config
);
8
agame
.
mainLoop
();
9
}