Show
Ignore:
Timestamp:
08/27/10 11:30:01 (21 months ago)
Author:
Carsten
Message:

Reintegrated branches/cafu_to_wx back into trunk!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/Ca3DE/Client/ScrlInfo.hpp

    r36 r136  
    5050    ScrollInfoT(); 
    5151    void Print(const char* PrintString, ...); 
    52     void Draw(FontT& Font, unsigned long PosX, unsigned long PosY) const; 
     52    void Draw(FontT& Font, unsigned long PosX, unsigned long PosY, float FrameWidth, float FrameHeight) const; 
    5353    void AdvanceTime(float FrameTime); 
    5454};