Changeset 9638 for code/branches/core6/src/orxonox/overlays
- Timestamp:
- Aug 11, 2013, 5:52:29 PM (11 years ago)
- Location:
- code/branches/core6/src/orxonox/overlays
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/overlays/GUISheet.cc
r9629 r9638 36 36 namespace orxonox 37 37 { 38 CreateFactory(GUISheet);38 RegisterClass(GUISheet); 39 39 40 40 GUISheet::GUISheet(Context* context) -
code/branches/core6/src/orxonox/overlays/OverlayGroup.cc
r9630 r9638 41 41 namespace orxonox 42 42 { 43 CreateFactory(OverlayGroup);43 RegisterClass(OverlayGroup); 44 44 45 45 SetConsoleCommand("OverlayGroup", "toggleVisibility", &OverlayGroup::toggleVisibility);
Note: See TracChangeset
for help on using the changeset viewer.