Changeset 10459 for code/branches/core7/src/libraries/network
- Timestamp:
- May 24, 2015, 1:48:18 PM (9 years ago)
- Location:
- code/branches/core7/src/libraries/network
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/network/Client.cc
r10458 r10459 52 52 #include "core/Game.h" 53 53 #include "core/commandline/CommandLineParser.h" 54 #include "core/singleton/ScopedSingleton Wrapper.h"54 #include "core/singleton/ScopedSingletonIncludes.h" 55 55 56 56 namespace orxonox -
code/branches/core7/src/libraries/network/LANDiscovery.cc
r10458 r10459 33 33 34 34 #include "core/CoreIncludes.h" 35 #include "core/singleton/ScopedSingleton Wrapper.h"35 #include "core/singleton/ScopedSingletonIncludes.h" 36 36 37 37 -
code/branches/core7/src/libraries/network/MasterServer.cc
r10458 r10459 31 31 #include "core/CoreIncludes.h" 32 32 #include "core/CorePrereqs.h" 33 #include "core/singleton/ScopedSingleton Wrapper.h"33 #include "core/singleton/ScopedSingletonIncludes.h" 34 34 #include "util/Output.h" 35 35
Note: See TracChangeset
for help on using the changeset viewer.