Explorar o código

removed comment

Kajetan Johannes Hammerle %!s(int64=4) %!d(string=hai) anos
pai
achega
b2c59950a8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Main.cpp

+ 2 - 2
Main.cpp

@@ -59,7 +59,7 @@ int main(int argAmount, char** args) {
     NetworkTests::test();
     ComponentsTests::test();
 
-    /*struct Game {
+    struct Game {
         bool isRunning() {
             return true;
         }
@@ -79,6 +79,6 @@ int main(int argAmount, char** args) {
         return 0;
     }
     Game game;
-    w.run(game, 10'000'000);*/
+    w.run(game, 10'000'000);
     return 0;
 }