Changeset 11206 for code/branches/presentationFS16/src/orxonox/overlays
- Timestamp:
- May 26, 2016, 4:15:54 PM (9 years ago)
- Location:
- code/branches/presentationFS16
- Files:
-
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationFS16
- Property svn:mergeinfo changed
/code/branches/bindermFS16 (added) merged: 11139,11149-11150,11162,11173,11180-11181,11186,11188,11191,11194
- Property svn:mergeinfo changed
-
code/branches/presentationFS16/src/orxonox/overlays/CMakeLists.txt
r7163 r11206 3 3 OrxonoxOverlay.cc 4 4 OverlayGroup.cc 5 CampaignMenu.cc 5 6 6 7 #COMPILATION_BEGIN OverlayCompilation.cc -
code/branches/presentationFS16/src/orxonox/overlays/GUISheet.cc
r9667 r11206 33 33 #include "core/XMLPort.h" 34 34 #include "core/GameMode.h" 35 #include "core/command/ConsoleCommandIncludes.h" 35 36 36 37 namespace orxonox 37 38 { 39 40 38 41 RegisterClass(GUISheet); 42 39 43 40 44 GUISheet::GUISheet(Context* context) … … 95 99 // Note: This call has no effect when already showing! 96 100 } 101 97 102 }
Note: See TracChangeset
for help on using the changeset viewer.