This website requires JavaScript.
Explore
Help
Sign In
john
/
McRogueFace
Watch
1
Star
0
Fork
You've already forked McRogueFace
0
Code
Issues
59
Pull Requests
Projects
1
Releases
Wiki
Activity
ac0ec4bb71
McRogueFace
/
src
/
main.cpp
9 lines
100 B
C++
Raw
Blame
History
#
include
<SFML/Graphics.hpp>
#
include
"GameEngine.h"
int
main
(
)
{
GameEngine
g
;
g
.
run
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink