X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2Ffwd.h;h=5b9be8200172f22cf6359fb37f433ae6b9b3bb7e;hb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;hp=053307e4f9db84ed2f049a9c214f349394cec6ac;hpb=0ad5ca97b5df217329bc319d62564a9f46ba11d7;p=l2e.git diff --git a/src/common/fwd.h b/src/common/fwd.h index 053307e..5b9be82 100644 --- a/src/common/fwd.h +++ b/src/common/fwd.h @@ -1,10 +1,3 @@ -/* - * fwd.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef COMMON_FWD_H_ #define COMMON_FWD_H_ @@ -13,10 +6,12 @@ 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;