X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2Ffwd.h;h=1cd06715cea3bb927d82c02b49e0b96932f296d4;hb=670dd3c61cba875345b6755d41f479cff8d964c4;hp=6238cbfa7c6b0e7a7fd43c24e97955dc028c8fb0;hpb=2a1d9169e1f6c2dfe0f93ed40d5fb68d3da342af;p=l2e.git diff --git a/src/common/fwd.h b/src/common/fwd.h index 6238cbf..1cd0671 100644 --- a/src/common/fwd.h +++ b/src/common/fwd.h @@ -10,11 +10,18 @@ namespace common { +struct GameConfig; +struct GameState; +class Hero; class HeroGroup; class Ikari; class Inventory; class Item; +class Script; +class ScriptHost; +class ScriptRunner; class Spell; +class Stats; class TargetingMode; }