src/Graphics/Graphics.hh
branchnew_graphics
changeset 414 cede5463b845
parent 413 7dddc163489a
child 419 9cd4e54693b6
equal deleted inserted replaced
413:7dddc163489a 414:cede5463b845
     9 }
     9 }
    10 
    10 
    11 #include "../Engine.hh"
    11 #include "../Engine.hh"
    12 #include "Display.hh"
    12 #include "Display.hh"
    13 #include "FontManager.hh"
    13 #include "FontManager.hh"
       
    14 #include "Input.hh"
    14 #include "GameView.hh"
    15 #include "GameView.hh"
    15 
    16 
    16 namespace graphics
    17 namespace graphics
    17 {
    18 {
    18 
    19 
    33 
    34 
    34     /**
    35     /**
    35      * For loading fonts
    36      * For loading fonts
    36      */
    37      */
    37     FontManager fonts;
    38     FontManager fonts;
       
    39 
       
    40     /**
       
    41      * Input handling
       
    42      *
       
    43      * XXX: move Input class into this?
       
    44      */
       
    45     Input input;
    38    
    46    
    39     /**
    47     /**
    40      * Initialize the graphics subsystem
    48      * Initialize the graphics subsystem
    41      */
    49      */
    42     Graphics (Engine &engine, CL_ResourceManager &resources, const DisplayConfig &display_config);
    50     Graphics (Engine &engine, CL_ResourceManager &resources, const DisplayConfig &display_config);