diff -r 106aaf6eadfe -r 721c60072091 src/Graphics/Graphics.hh --- a/src/Graphics/Graphics.hh Wed Jan 21 03:33:35 2009 +0200 +++ b/src/Graphics/Graphics.hh Wed Jan 21 23:07:22 2009 +0200 @@ -1,6 +1,13 @@ #ifndef GRAPHICS_GRAPHICS_HH #define GRAPHICS_GRAPHICS_HH +namespace graphics +{ + +class Graphics; + +} + #include "../Engine.hh" #include "Display.hh" #include "FontManager.hh" @@ -20,15 +27,15 @@ Engine &engine; /** + * Our primary display + */ + Display display; + + /** * For loading fonts */ FontManager fonts; - - /** - * Our primary display - */ - Display display; - + /** * Initialize the graphics subsystem */