Changeset 11071 for code/trunk/src/orxonox/LevelManager.h
- Timestamp:
- Jan 17, 2016, 10:29:21 PM (9 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/LevelManager.h
r10258 r11071 109 109 110 110 private: 111 LevelManager(const LevelManager&); 111 // non-copyable: 112 LevelManager(const LevelManager&) = delete; 113 LevelManager& operator=(const LevelManager&) = delete; 112 114 113 115 void activateNextLevel(); //!< Activate the next level.
Note: See TracChangeset
for help on using the changeset viewer.