Преглед на файлове

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;