Explorar el Código

WHo is the idiot who forgot to remove the iostream include?

Eiyeron Fulmincendii hace 10 años
padre
commit
f2de215341
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/engine/StateMachine.cpp

+ 0 - 2
src/engine/StateMachine.cpp

@@ -5,8 +5,6 @@
 #include "render/Text.h"
 #include "version.h"
 #include "Input.h"
-#include <iostream>
-using namespace std;
 
 using namespace WalrusRPG::Graphics;
 using namespace WalrusRPG::States;