MP1: Join namespaces

Same behavior, less code.
This commit is contained in:
Lioncash 2020-03-27 01:02:32 -04:00
parent fcf70aeb2a
commit a77b9cb609
1 changed files with 2 additions and 4 deletions

View File

@ -74,8 +74,7 @@ extern CVar* com_developer;
extern CVar* com_cubemaps; extern CVar* com_cubemaps;
}; // namespace hecl }; // namespace hecl
namespace urde { namespace urde::MP1 {
namespace MP1 {
CGameArchitectureSupport::CGameArchitectureSupport(CMain& parent, boo::IAudioVoiceEngine* voiceEngine, CGameArchitectureSupport::CGameArchitectureSupport(CMain& parent, boo::IAudioVoiceEngine* voiceEngine,
amuse::IBackendVoiceAllocator& backend) amuse::IBackendVoiceAllocator& backend)
@ -984,5 +983,4 @@ int CMain::appMain(boo::IApplication* app) {
#endif #endif
} // namespace MP1 } // namespace urde::MP1
} // namespace urde