Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7779 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_text.h


Ignore:
Timestamp:
May 23, 2006, 10:04:17 PM (18 years ago)
Author:
bensch
Message:

3088 linews changed :): trunk: namespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl_gui/glgui_text.h

    r5365 r7779  
    1212// FORWARD DECLARATION
    1313class Text;
     14namespace OrxGui
     15{
    1416
    15 //! This is part of the openglGUI class
    16 /**
    17  *
    18  */
    19 class GLGuiText : public GLWidget {
     17  //! This is part of the openglGUI class
     18  /**
     19   *
     20   */
     21  class GLGuiText : public GLWidget
     22  {
    2023
    21  public:
    22   GLGuiText();
    23   virtual ~GLGuiText();
     24  public:
     25    GLGuiText();
     26    virtual ~GLGuiText();
    2427
    25   void init();
     28    void init();
    2629
    27   virtual void draw();
     30    virtual void draw();
    2831
    29  private:
    30   Text*             text;
    31 };
     32  private:
     33    Text*             text;
     34  };
     35}
    3236
    3337#endif /* _GLGUI_TEXT_H */
Note: See TracChangeset for help on using the changeset viewer.