]> git.localhorst.tv Git - l2e.git/blob - src/battle/AttackChoice.cpp
removed stupid file headers that eclipse put in
[l2e.git] / src / battle / AttackChoice.cpp
1 #include "AttackChoice.h"
2
3 namespace battle {
4
5 void AttackChoice::Reset() {
6         thing = 0;
7         selection.Reset();
8         type = UNDECIDED;
9 }
10
11 }