]> git.localhorst.tv Git - l2e.git/blob - src/common/fwd.h
moved Hero and Stats to common
[l2e.git] / src / common / fwd.h
1 /*
2  * fwd.h
3  *
4  *  Created on: Sep 29, 2012
5  *      Author: holy
6  */
7
8 #ifndef COMMON_FWD_H_
9 #define COMMON_FWD_H_
10
11 namespace common {
12
13 struct GameState;
14 class Hero;
15 class HeroGroup;
16 class Ikari;
17 class Inventory;
18 class Item;
19 class Spell;
20 class Stats;
21 class TargetingMode;
22
23 }
24
25 #endif /* COMMON_FWD_H_ */