This website works better with JavaScript
Home
Explore
Help
Sign In
kjhammerle
/
spg-project
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
f1f4f64bc8
Branches
Tags
master
spg-project
/
Main.cpp
Main.cpp
65 B
History
Raw
1
2
3
4
5
6
#include "Game.h"
int main() {
Game::init();
return 0;
}