X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2Ffwd.h;h=209eaa158b083d87fd0d4f77ae79716d077215b3;hb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;hp=3f7e46f85a87eed57913182958bb583140340c0f;hpb=06b6411e5dc8fc6b905530f7adbde8bd0c2bb0ea;p=l2e.git diff --git a/src/common/fwd.h b/src/common/fwd.h index 3f7e46f..209eaa1 100644 --- a/src/common/fwd.h +++ b/src/common/fwd.h @@ -1,21 +1,18 @@ -/* - * fwd.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef COMMON_FWD_H_ #define COMMON_FWD_H_ namespace common { +class Capsule; +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;