Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8555 in orxonox.OLD for branches/gui/src/lib/gui/gl/glgui_style.h


Ignore:
Timestamp:
Jun 17, 2006, 10:00:10 AM (18 years ago)
Author:
bensch
Message:

gui: load-params

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/gui/gl/glgui_style.h

    r8554 r8555  
    77#define _GLGUI_STYLE_H
    88
     9#include "base_object.h"
     10
    911#include "glgui_defs.h"
    1012
     
    1315#include "color.h"
    1416
    15 class TiXmlElement;
    16 
    1717namespace OrxGui
    1818{
    1919  //! A class for Defining Styles to the opengl-gui.
    20   class GLGuiStyle
     20  class GLGuiStyle : public BaseObject
    2121  {
    2222  public:
Note: See TracChangeset for help on using the changeset viewer.