]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/ScriptHost.h
removed useless comments
[l2e.git] / src / common / ScriptHost.h
index 5b44b7e6fe6486cec9f23ad0c50b74d507dd9d6f..871355e031341742aa6ef3011791694b01823884 100644 (file)
@@ -1,14 +1,10 @@
-/*
- * ScriptHost.h
- *
- *  Created on: Oct 13, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_SCRIPTHOST_H_
 #define COMMON_SCRIPTHOST_H_
 
-#include "fwd.h"
+namespace common {
+       class ScriptRunner;
+}
+
 
 namespace common {
 
@@ -24,4 +20,4 @@ public:
 
 }
 
-#endif /* COMMON_SCRIPTHOST_H_ */
+#endif