Changeset 7493 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui_saveable.cc
- Timestamp:
- May 3, 2006, 12:45:13 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/lib/gui/gui_saveable.cc
r7480 r7493 64 64 } 65 65 66 void SaveableGroup::load(const MultiType& value) 67 {} 68 69 const MultiType& SaveableGroup::save() 70 {} 71 72 73 66 74 std::vector<SaveableGroup*> SaveableGroup::saveableGroups; 67 75 … … 72 80 73 81 82 74 83 }
Note: See TracChangeset
for help on using the changeset viewer.