]> git.localhorst.tv Git - l2e.git/blob - src/battle/Hero.cpp
added Hero class for battle state
[l2e.git] / src / battle / Hero.cpp
1 /*
2  * Hero.cpp
3  *
4  *  Created on: Aug 6, 2012
5  *      Author: holy
6  */
7
8 #include "Hero.h"
9
10 namespace battle {
11
12 Hero::Hero() {
13         // TODO Auto-generated constructor stub
14
15 }
16
17 Hero::~Hero() {
18         // TODO Auto-generated destructor stub
19
20 }
21
22 }