]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/fwd.h
fixed trigger type switch in Map
[l2e.git] / src / common / fwd.h
index 6238cbfa7c6b0e7a7fd43c24e97955dc028c8fb0..053307e4f9db84ed2f049a9c214f349394cec6ac 100644 (file)
 
 namespace common {
 
+struct GameConfig;
+struct GameState;
+class Hero;
 class HeroGroup;
 class Ikari;
 class Inventory;
 class Item;
 class Spell;
+class Stats;
 class TargetingMode;
 
 }