Changeset 7474 for code/trunk/src/orxonox
- Timestamp:
- Sep 21, 2010, 11:15:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/PlayerManager.cc
r7284 r7474 29 29 #include "PlayerManager.h" 30 30 31 #include "util/ScopedSingletonManager.h"32 31 #include "core/CoreIncludes.h" 33 32 #include "core/GameMode.h" 33 #include "util/ScopedSingletonManager.h" 34 34 35 #include "Level.h" 36 #include "LevelManager.h" 35 37 #include "infos/HumanPlayer.h" 36 #include "LevelManager.h"37 38 38 39 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.