Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 22, 2008, 11:52:20 PM (17 years ago)
Author:
rgrieder
Message:

completed moving of debug texts to overlays/debug/

File:
1 moved

Legend:

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

    r1618 r1619  
    2727 */
    2828
    29 #ifndef _HUDRTRText_H__
    30 #define _HUDRTRText_H__
     29#ifndef _DebugRTRText_H__
     30#define _DebugRTRText_H__
    3131
    3232#include "OrxonoxPrereqs.h"
     
    3737namespace orxonox
    3838{
    39     class _OrxonoxExport HUDRTRText : public OverlayText, public Tickable
     39    class _OrxonoxExport DebugRTRText : public OverlayText, public Tickable
    4040    {
    4141    public:
    42         HUDRTRText();
    43         ~HUDRTRText();
     42        DebugRTRText();
     43        ~DebugRTRText();
    4444
    4545    private:
     
    4747    };
    4848}
    49 #endif /* _HUDRTRText_H__ */
     49#endif /* _DebugRTRText_H__ */
Note: See TracChangeset for help on using the changeset viewer.