src/Graphics/View.hh
branchnew_graphics
changeset 412 721c60072091
parent 411 106aaf6eadfe
child 413 7dddc163489a
equal deleted inserted replaced
411:106aaf6eadfe 412:721c60072091
     1 #ifndef GRAPHICS_VIEW_HH
     1 #ifndef GRAPHICS_VIEW_HH
     2 #define GRAPHICS_VIEW_HH
     2 #define GRAPHICS_VIEW_HH
     3 
     3 
       
     4 #include "Drawable.hh"
     4 #include "../Types.hh"
     5 #include "../Types.hh"
     5 
     6 
     6 namespace graphics
     7 namespace graphics
     7 {
     8 {
     8 
     9