Changeset 1601 for code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.h
- Timestamp:
- Jun 14, 2008, 6:37:12 PM (17 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.h
r1600 r1601 27 27 */ 28 28 29 #ifndef _ HUDOverlay_H__30 #define _ HUDOverlay_H__29 #ifndef _OrxonoxOverlay_H__ 30 #define _OrxonoxOverlay_H__ 31 31 32 32 #include "OrxonoxPrereqs.h" … … 39 39 namespace orxonox 40 40 { 41 class _OrxonoxExport HUDOverlay : public BaseObject, public WindowEventListener41 class _OrxonoxExport OrxonoxOverlay : public BaseObject, public WindowEventListener 42 42 { 43 43 public: 44 HUDOverlay();45 virtual ~ HUDOverlay();44 OrxonoxOverlay(); 45 virtual ~OrxonoxOverlay(); 46 46 47 47 virtual void XMLPort(Element& xmlElement, XMLPort::Mode mode); … … 113 113 } 114 114 115 #endif /* _ HUDOverlay_H__ */115 #endif /* _OrxonoxOverlay_H__ */
Note: See TracChangeset
for help on using the changeset viewer.