Changeset 3131 for code/branches/pch/src/orxonox/PlayerManager.cc
- Timestamp:
- Jun 9, 2009, 8:37:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/PlayerManager.cc
r3110 r3131 29 29 #include "PlayerManager.h" 30 30 31 #include " LevelManager.h"31 #include "core/CoreIncludes.h" 32 32 #include "core/GameMode.h" 33 #include "core/CoreIncludes.h"34 33 #include "objects/Level.h" 35 34 #include "objects/infos/HumanPlayer.h" 35 #include "LevelManager.h" 36 36 37 37 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.