X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2Ffwd.h;h=6b3bf433f3ac05adca6c4d60b110b12837af6ee1;hb=c49d46cbfbd7720627af2414e94963850fe8eed6;hp=e6cf864de7b34f14f3645f7ba682e9cdbab6c401;hpb=2a1d9169e1f6c2dfe0f93ed40d5fb68d3da342af;p=l2e.git diff --git a/src/graphics/fwd.h b/src/graphics/fwd.h index e6cf864..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_ @@ -12,7 +5,10 @@ namespace graphics { class Animation; class AnimationRunner; +class Camera; +class CharSelect; class Color; +class ColorFade; class ComplexAnimation; class Font; class Frame; @@ -22,6 +18,7 @@ class Menu; struct MenuProperties; class SimpleAnimation; class Sprite; +class Texture; }