]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/fwd.h
removed stupid file headers that eclipse put in
[l2e.git] / src / common / fwd.h
index 053307e4f9db84ed2f049a9c214f349394cec6ac..5b9be8200172f22cf6359fb37f433ae6b9b3bb7e 100644 (file)
@@ -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;