X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FeffectManager.cpp;h=00606523e29aab2449e9c413298cc7df39facc1a;hb=5e0713e5967be038b1b0cc5f0ffbd0180e3f7099;hp=c11ffc3b31e34d87caa0c26bd9106006c35366d6;hpb=252b36a38bd1140ab73242b81e15178d01c072f3;p=physics.git diff --git a/src/effectManager.cpp b/src/effectManager.cpp index c11ffc3..0060652 100644 --- a/src/effectManager.cpp +++ b/src/effectManager.cpp @@ -17,6 +17,9 @@ #include "effectManager.h" +#include +using namespace bear; + #include #include "Effects/Effect.h" @@ -24,7 +27,6 @@ #include "Effects/GravityWell.h" #include "Effects/Screen.h" -#include "Vector2.h" #include "input/inputManager.h" #include "config/config.h"