X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2Ffwd.h;h=6b3bf433f3ac05adca6c4d60b110b12837af6ee1;hb=e518ac67cf94e244df16078dcbc536e6b659e758;hp=31dbf27f8bace3d9fc9815a83aa1b245969e079a;hpb=80ece5086729d503658ee7f0739a2aad2d5e22e7;p=l2e.git diff --git a/src/graphics/fwd.h b/src/graphics/fwd.h index 31dbf27..6b3bf43 100644 --- a/src/graphics/fwd.h +++ b/src/graphics/fwd.h @@ -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; }