X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbattle%2FTargetSelection.h;h=ba5317899cfeb6ef63196b9d61de74d5975da659;hb=2255d436a0c2acc10b015827366a72b2ece86094;hp=fd1d041c90fe604ea01b229be51036353a21da7d;hpb=fde7b27297882a7f033641df92e732abd137b532;p=l2e.git diff --git a/src/battle/TargetSelection.h b/src/battle/TargetSelection.h index fd1d041..ba53178 100644 --- a/src/battle/TargetSelection.h +++ b/src/battle/TargetSelection.h @@ -1,16 +1,11 @@ -/* - * TargetSelection.h - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #ifndef BATTLE_TARGETSELECTION_H_ #define BATTLE_TARGETSELECTION_H_ -#include +namespace common { + class TargetingMode; +} -namespace common { class TargetingMode; } +#include namespace battle {