Changeset 1302 for code/branches/hud3/src/orxonox/hud/HUD.h
- Timestamp:
- May 15, 2008, 10:10:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud3/src/orxonox/hud/HUD.h
r1281 r1302 44 44 namespace orxonox 45 45 { 46 class _OrxonoxExport HUD //: Tickable46 class _OrxonoxExport HUD : Tickable 47 47 { 48 48 private: … … 52 52 ~HUD(); 53 53 54 //virtual void tick(float);54 virtual void tick(float); 55 55 56 56 SmartBarOverlayElement* energyCounter; 57 57 58 58 RadarOverlayElement* radar; 59 // Ogre::SceneNode* ogreNode_;60 59 }; 61 } 60 } 62 61 63 62 #endif
Note: See TracChangeset
for help on using the changeset viewer.