index
:
anonymous/AltCraft
ftr/better-water
master
Minecraft:JE in C++
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.cpp
blob: 320fd805822c13604f57b668f1aed6a52fc75db0 (
plain
) (
blame
)
1
2
3
4
5
6
7
#include
"Game.hpp"
int
main
() {
Game game
;
game
.
MainLoop
();
return
0
;
}