]> 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 31dbf27f8bace3d9fc9815a83aa1b245969e079a..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;
@@ -24,6 +18,7 @@ class Menu;
 struct MenuProperties;
 class SimpleAnimation;
 class Sprite;
+class Texture;
 
 }