]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/AttackChoice.cpp
moved attack type into its own class
[l2e.git] / src / battle / AttackChoice.cpp
diff --git a/src/battle/AttackChoice.cpp b/src/battle/AttackChoice.cpp
new file mode 100644 (file)
index 0000000..c966b53
--- /dev/null
@@ -0,0 +1,12 @@
+/*
+ * AttackChoice.cpp
+ *
+ *  Created on: Aug 7, 2012
+ *      Author: holy
+ */
+
+#include "AttackChoice.h"
+
+namespace battle {
+
+}