Parcourir la Source

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

Eiyeron Fulmincendii il y a 10 ans
Parent
commit
f2de215341
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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;