]> 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 3dc6438b07765a62accaadd2d9aa795901128775..209eaa158b083d87fd0d4f77ae79716d077215b3 100644 (file)
@@ -1,15 +1,9 @@
-/*
- * 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;