src/Graphics/Display.hh
branchnew_graphics
changeset 412 721c60072091
parent 411 106aaf6eadfe
child 413 7dddc163489a
equal deleted inserted replaced
411:106aaf6eadfe 412:721c60072091
     1 #ifndef GRAPHICS_DISPLAY_HH
     1 #ifndef GRAPHICS_DISPLAY_HH
     2 #define GRAPHICS_DISPLAY_HH
     2 #define GRAPHICS_DISPLAY_HH
       
     3 
       
     4 #include "../Types.hh"
       
     5 #include "../Config.hh"
     3 
     6 
     4 namespace graphics
     7 namespace graphics
     5 {
     8 {
     6 
     9 
     7 struct DisplayConfig {
    10 struct DisplayConfig {
    18 class Display;
    21 class Display;
    19 
    22 
    20 }
    23 }
    21 
    24 
    22 #include "Drawable.hh"
    25 #include "Drawable.hh"
    23 #include "../Types.hh"
       
    24 #include "../Config.hh"
       
    25 #include "../Timer.hh"
    26 #include "../Timer.hh"
    26 
    27 
    27 #include <ClanLib/display.h>
    28 #include <ClanLib/display.h>
    28 
    29 
    29 namespace graphics
    30 namespace graphics