mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
Pack nested namespaces together
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <openrct2/interface/Cursors.h>
|
||||
#include "CursorRepository.h"
|
||||
|
||||
namespace OpenRCT2 { namespace Ui
|
||||
namespace OpenRCT2::Ui
|
||||
{
|
||||
static constexpr const CursorData BlankCursorData =
|
||||
{
|
||||
@@ -664,4 +664,4 @@ namespace OpenRCT2 { namespace Ui
|
||||
}
|
||||
return result;
|
||||
}
|
||||
} }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user