]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/fwd.h
fixed divide by zero bug in MapState
[l2e.git] / src / graphics / fwd.h
index 961890b3471981b6237744f42bd6c231bdc0900e..6b3bf433f3ac05adca6c4d60b110b12837af6ee1 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * fwd.h
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #ifndef GRAPHICS_FWD_H_
 #define GRAPHICS_FWD_H_
 
@@ -13,6 +6,7 @@ namespace graphics {
 class Animation;
 class AnimationRunner;
 class Camera;
+class CharSelect;
 class Color;
 class ColorFade;
 class ComplexAnimation;