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