X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FScriptRunner.h;h=7ee5b836c5d3472fec84eaf65f8d9420853f2eb7;hb=b9e715649b41cb69ea1b2d2a588522541eb87b46;hp=67931c1323f18f49a6e802b54c7c79586ba3a613;hpb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;p=l2e.git diff --git a/src/common/ScriptRunner.h b/src/common/ScriptRunner.h index 67931c1..7ee5b83 100644 --- a/src/common/ScriptRunner.h +++ b/src/common/ScriptRunner.h @@ -1,7 +1,10 @@ #ifndef COMMON_SCRIPTRUNNER_H_ #define COMMON_SCRIPTRUNNER_H_ -#include "fwd.h" +namespace common { + class ScriptHost; +} + #include "Script.h" #include "../math/Vector.h" @@ -56,4 +59,4 @@ private: } -#endif /* COMMON_SCRIPTRUNNER_H_ */ +#endif