]> 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 6b438fe6c20af7be91acde63a8cd858efba4c611..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,7 +6,9 @@ namespace graphics {
 class Animation;
 class AnimationRunner;
 class Camera;
+class CharSelect;
 class Color;
+class ColorFade;
 class ComplexAnimation;
 class Font;
 class Frame;
@@ -23,6 +18,7 @@ class Menu;
 struct MenuProperties;
 class SimpleAnimation;
 class Sprite;
+class Texture;
 
 }