X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2Ffwd.h;h=209eaa158b083d87fd0d4f77ae79716d077215b3;hb=c49d46cbfbd7720627af2414e94963850fe8eed6;hp=6238cbfa7c6b0e7a7fd43c24e97955dc028c8fb0;hpb=2a1d9169e1f6c2dfe0f93ed40d5fb68d3da342af;p=l2e.git diff --git a/src/common/fwd.h b/src/common/fwd.h index 6238cbf..209eaa1 100644 --- a/src/common/fwd.h +++ b/src/common/fwd.h @@ -1,20 +1,20 @@ -/* - * fwd.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef COMMON_FWD_H_ #define COMMON_FWD_H_ namespace common { -class HeroGroup; +class Capsule; +struct GameConfig; +struct GameState; +class Hero; class Ikari; class Inventory; class Item; +class Script; +class ScriptHost; +class ScriptRunner; class Spell; +class Stats; class TargetingMode; }