X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2Ffwd.h;h=209eaa158b083d87fd0d4f77ae79716d077215b3;hb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;hp=053307e4f9db84ed2f049a9c214f349394cec6ac;hpb=0ad5ca97b5df217329bc319d62564a9f46ba11d7;p=l2e.git diff --git a/src/common/fwd.h b/src/common/fwd.h index 053307e..209eaa1 100644 --- a/src/common/fwd.h +++ b/src/common/fwd.h @@ -1,22 +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;