src/GraphicsPointer.hh
branchnew_graphics
changeset 411 106aaf6eadfe
parent 410 41fd46cffc52
child 412 721c60072091
equal deleted inserted replaced
410:41fd46cffc52 411:106aaf6eadfe
     1 #ifndef GRAPHICS_POINTER_HH
       
     2 #define GRAPHICS_POINTER_HH
       
     3 
       
     4 /*
       
     5  * Break our #include-loop dependancy
       
     6  */
       
     7 class Graphics;
       
     8 
       
     9 #endif