- Timestamp:
- Jun 22, 2008, 11:52:20 PM (17 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud/src/orxonox/overlays/debug/DebugRTRText.h
r1618 r1619 27 27 */ 28 28 29 #ifndef _ HUDRTRText_H__30 #define _ HUDRTRText_H__29 #ifndef _DebugRTRText_H__ 30 #define _DebugRTRText_H__ 31 31 32 32 #include "OrxonoxPrereqs.h" … … 37 37 namespace orxonox 38 38 { 39 class _OrxonoxExport HUDRTRText : public OverlayText, public Tickable39 class _OrxonoxExport DebugRTRText : public OverlayText, public Tickable 40 40 { 41 41 public: 42 HUDRTRText();43 ~ HUDRTRText();42 DebugRTRText(); 43 ~DebugRTRText(); 44 44 45 45 private: … … 47 47 }; 48 48 } 49 #endif /* _ HUDRTRText_H__ */49 #endif /* _DebugRTRText_H__ */
Note: See TracChangeset
for help on using the changeset viewer.