Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 11, 2005, 2:27:17 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: debug() implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/textEngine/src/lib/graphics/font/text_engine.h

    r3773 r3774  
    107107  void createTexture();
    108108
    109   // Dynamic Text
    110  
    111 
    112 
    113   virtual void draw(void);
     109  void draw(void) const;
     110 
     111  void debug(void) const;
    114112
    115113 private:
     
    202200 
    203201  void deleteText(Text* text);
     202  void flush(void);
    204203
    205204  void draw(void) const;
    206205 
     206  void debug(void) const;
     207
    207208 private:
    208209  TextEngine(void);
Note: See TracChangeset for help on using the changeset viewer.