Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2008, 5:22:33 PM (16 years ago)
Author:
FelixSchulthess
Message:

made HUD singleton

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/hud/RadarOverlayElement.h

    r1362 r1387  
    7272            void addObject(Vector3 pos);
    7373            void listObjects();
     74            void cycleFocus();
    7475            float getDist2Focus();
    7576            float calcRadius(RadarObject* obj);
     
    8182                        RadarObject* lastRadarObject_;          // end of linked list
    8283                        RadarObject* focus_;                    // object that is focussed
    83 
    84             static RadarOverlayElement* instance_s;
    85             static void cycleFocus();
    8684        };
    8785}
Note: See TracChangeset for help on using the changeset viewer.