]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/fwd.h
fixed divide by zero bug in MapState
[l2e.git] / src / common / fwd.h
index 1cd06715cea3bb927d82c02b49e0b96932f296d4..209eaa158b083d87fd0d4f77ae79716d077215b3 100644 (file)
@@ -1,19 +1,12 @@
-/*
- * 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;