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