X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FSelectItem.cpp;h=2a90b0336a32417233ce769cd9f33b164ddde05c;hb=3701b454bd2c868a886ae5287d8209b714649344;hp=acebefa2796f25e0901c34869780b2772838e34f;hpb=5d1a76ae7725af998c6ee46adfe492c68ee1d34f;p=l2e.git diff --git a/src/battle/states/SelectItem.cpp b/src/battle/states/SelectItem.cpp index acebefa..2a90b03 100644 --- a/src/battle/states/SelectItem.cpp +++ b/src/battle/states/SelectItem.cpp @@ -1,10 +1,3 @@ -/* - * SelectItem.cpp - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #include "SelectItem.h" #include "SelectAttackType.h" @@ -14,6 +7,7 @@ #include "../../app/Input.h" #include "../../common/Item.h" #include "../../graphics/Frame.h" +#include "../../math/Vector.h" using app::Application; using app::Input;