Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 14, 2008, 6:37:12 PM (17 years ago)
Author:
rgrieder
Message:
  • new folder structure for overlays:

orxonox/


overlays/

console/
hud/

  • Navigation —> HUDNavigation
  • HUD —> OverlayGroup (not yet begun with that except renaming and getHUD() instead of getSingleton())
  • moved HUD.oxo (file ending should stand for orxonox overlay) to media repository in overlay folder
  • fixed a bug with console noiseSize_ config value (was inverted..)
File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.h

    r1600 r1601  
    2727 */
    2828
    29 #ifndef _HUDOverlay_H__
    30 #define _HUDOverlay_H__
     29#ifndef _OrxonoxOverlay_H__
     30#define _OrxonoxOverlay_H__
    3131
    3232#include "OrxonoxPrereqs.h"
     
    3939namespace orxonox
    4040{
    41   class _OrxonoxExport HUDOverlay : public BaseObject, public WindowEventListener
     41  class _OrxonoxExport OrxonoxOverlay : public BaseObject, public WindowEventListener
    4242  {
    4343    public:
    44       HUDOverlay();
    45       virtual ~HUDOverlay();
     44      OrxonoxOverlay();
     45      virtual ~OrxonoxOverlay();
    4646
    4747      virtual void XMLPort(Element& xmlElement, XMLPort::Mode mode);
     
    113113}
    114114
    115 #endif /* _HUDOverlay_H__ */
     115#endif /* _OrxonoxOverlay_H__ */
Note: See TracChangeset for help on using the changeset viewer.