ソースを参照

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

Eiyeron Fulmincendii 10 年 前
コミット
f2de215341
共有1 個のファイルを変更した0 個の追加2 個の削除を含む
  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;