Changeset 1411 for code/branches/network/src/orxonox/hud/HUD.h
- Timestamp:
- May 24, 2008, 5:35:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/hud/HUD.h
r1410 r1411 58 58 public: 59 59 virtual void tick(float); 60 void setFPS(float fps); 60 61 void addRadarObject(Vector3 pos); 61 62 RadarObject* getFirstRadarObject(); … … 63 64 static HUD* instance_s; 64 65 static HUD& getSingleton(); 65 static void setFPS(float fps);66 66 static void setEnergy(float value); 67 67 static void cycleNavigationFocus();
Note: See TracChangeset
for help on using the changeset viewer.