Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2008, 10:10:47 PM (17 years ago)
Author:
FelixSchulthess
Message:

using vectors instead of integers now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud3/src/orxonox/hud/HUD.h

    r1281 r1302  
    4444namespace orxonox
    4545{
    46   class _OrxonoxExport HUD// : Tickable
     46  class _OrxonoxExport HUD : Tickable
    4747  {
    4848  private:
     
    5252    ~HUD();
    5353
    54 //    virtual void tick(float);
     54    virtual void tick(float);
    5555
    5656    SmartBarOverlayElement* energyCounter;
    57    
     57
    5858    RadarOverlayElement* radar;
    59 //    Ogre::SceneNode* ogreNode_;
    6059  };
    61 }       
     60}
    6261
    6362#endif
Note: See TracChangeset for help on using the changeset viewer.