src/Graphics/PlayerInfoView.hh
branchnew_graphics
changeset 412 721c60072091
parent 411 106aaf6eadfe
equal deleted inserted replaced
411:106aaf6eadfe 412:721c60072091
    27     }
    27     }
    28     
    28     
    29     /**
    29     /**
    30      * Draw the player info onto the given display
    30      * Draw the player info onto the given display
    31      */
    31      */
    32     virtual void draw (Display *display);
    32     virtual void draw (Display &display);
    33 };
    33 };
    34 
    34 
    35 }
    35 }
    36 
    36 
    37 #endif
    37 #endif