Started complete rewrite, i learned an awful lot but this is unsalvegable
This commit is contained in:
14
src/main.cpp
14
src/main.cpp
@@ -1,14 +0,0 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "game.hpp"
|
||||
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
|
||||
Game game;
|
||||
game.Setup(1080, 720);
|
||||
game.Run();
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user