Changeset 11746 for code/branches/Presentation_HS17_merge
- Timestamp:
- Feb 15, 2018, 12:11:35 AM (7 years ago)
- Location:
- code/branches/Presentation_HS17_merge
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge/data/overlays/HUDTemplatesFPS.oxo
r11711 r11746 1 1 <Template name="fpshud"> 2 2 <OverlayGroup name = "fpshud" scale = "1, 1"> 3 <Map />4 5 3 <HUDHealthBar 6 4 name = "HealthBar1" -
code/branches/Presentation_HS17_merge/src/orxonox/OrxonoxPrereqs.h
r11080 r11746 152 152 // overlays 153 153 class InGameConsole; 154 class Map;155 154 class OrxonoxOverlay; 156 155 class OverlayGroup; -
code/branches/Presentation_HS17_merge/src/orxonox/controllers/HumanController.h
r11720 r11746 90 90 { return HumanController::localController_s; } 91 91 static Pawn* getLocalControllerEntityAsPawn(); 92 //friend class, for mouselook93 friend class Map;94 92 95 93 protected: -
code/branches/Presentation_HS17_merge/src/orxonox/interfaces/RadarViewable.h
r11071 r11746 151 151 return this->uniqueId_; 152 152 } 153 //friend class Map;154 153 155 154 private:
Note: See TracChangeset
for help on using the changeset viewer.