src/GraphicsPointer.hh
changeset 421 b5b9d2aafdcb
parent 409 1a03ff151abc
parent 420 278020dcd9b7
child 422 5e4c8631779e
equal deleted inserted replaced
409:1a03ff151abc 421:b5b9d2aafdcb
     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