]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/fwd.h
moved Hero and Stats to common
[l2e.git] / src / common / fwd.h
index 6238cbfa7c6b0e7a7fd43c24e97955dc028c8fb0..3f7e46f85a87eed57913182958bb583140340c0f 100644 (file)
 
 namespace common {
 
+struct GameState;
+class Hero;
 class HeroGroup;
 class Ikari;
 class Inventory;
 class Item;
 class Spell;
+class Stats;
 class TargetingMode;
 
 }