mirror of https://github.com/AxioDL/metaforce.git
parent
fcf70aeb2a
commit
a77b9cb609
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue