Started complete rewrite, i learned an awful lot but this is unsalvegable

This commit is contained in:
Ben
2020-05-15 14:59:51 +01:00
parent 1afe376fad
commit 1ce214bf7f
42 changed files with 57 additions and 5 deletions

View File

@@ -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;
}