Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7779 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_window.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_window.h

    r6287 r7779  
    1111
    1212// FORWARD DECLARATION
     13namespace OrxGui
     14{
    1315
    14 //! This is window part of the openglGUI class
    15 /**
    16  *
    17  */
    18 class GLGuiWindow : public GLGuiContainer {
     16  //! This is window part of the openglGUI class
     17  /**
     18   *
     19   */
     20  class GLGuiWindow : public GLGuiContainer
     21  {
    1922
    20  public:
    21   GLGuiWindow();
    22   virtual ~GLGuiWindow();
     23  public:
     24    GLGuiWindow();
     25    virtual ~GLGuiWindow();
    2326
    24   void init();
     27    void init();
    2528
    26   virtual void draw() const;
     29    virtual void draw() const;
    2730
    28  private:
     31  private:
    2932
    30 };
    31 
     33  };
     34}
    3235#endif /* _GLGUI__H */
Note: See TracChangeset for help on using the changeset viewer.