]> git.localhorst.tv Git - l2e.git/blob - src/common/fwd.h
6238cbfa7c6b0e7a7fd43c24e97955dc028c8fb0
[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 class HeroGroup;
14 class Ikari;
15 class Inventory;
16 class Item;
17 class Spell;
18 class TargetingMode;
19
20 }
21
22 #endif /* COMMON_FWD_H_ */