mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 09:14:58 +01:00
Pack nested namespaces together
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "AudioSource.h"
|
||||
|
||||
namespace OpenRCT2 { namespace Audio
|
||||
namespace OpenRCT2::Audio
|
||||
{
|
||||
/**
|
||||
* An audio source representing silence.
|
||||
@@ -39,4 +39,4 @@ namespace OpenRCT2 { namespace Audio
|
||||
{
|
||||
return new NullAudioSource();
|
||||
}
|
||||
} }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user