src/Graphics/Graphics.hh
branchnew_graphics
changeset 412 721c60072091
parent 411 106aaf6eadfe
child 413 7dddc163489a
--- 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
      */