X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2Ffwd.h;h=f71c02f76fb453efbdd24d773505dbaed83096a3;hb=0285546b22f9e8f496ca6b1abffdd232647b6b6a;hp=31dbf27f8bace3d9fc9815a83aa1b245969e079a;hpb=80ece5086729d503658ee7f0739a2aad2d5e22e7;p=l2e.git diff --git a/src/graphics/fwd.h b/src/graphics/fwd.h index 31dbf27..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_ @@ -24,6 +17,7 @@ class Menu; struct MenuProperties; class SimpleAnimation; class Sprite; +class Texture; }