Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 22, 2008, 11:52:20 PM (16 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/DebugFPSText.h

    r1618 r1619  
    2727 */
    2828
    29 #ifndef _HUDFPSText_H__
    30 #define _HUDFPSText_H__
     29#ifndef _DebugFPSText_H__
     30#define _DebugFPSText_H__
    3131
    3232#include "OrxonoxPrereqs.h"
     
    3737namespace orxonox
    3838{
    39     class _OrxonoxExport HUDFPSText : public OverlayText, public Tickable
     39    class _OrxonoxExport DebugFPSText : public OverlayText, public Tickable
    4040    {
    4141    public:
    42         HUDFPSText();
    43         ~HUDFPSText();
     42        DebugFPSText();
     43        ~DebugFPSText();
    4444
    4545    private:
     
    4949    };
    5050}
    51 #endif /* _HUDFPSText_H__ */
     51#endif /* _DebugFPSText_H__ */
Note: See TracChangeset for help on using the changeset viewer.