mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
Pack nested namespaces together
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
#include <SDL.h>
|
||||
|
||||
namespace OpenRCT2 { namespace Ui
|
||||
namespace OpenRCT2::Ui
|
||||
{
|
||||
enum class DIALOG_TYPE
|
||||
{
|
||||
@@ -385,6 +385,6 @@ namespace OpenRCT2 { namespace Ui
|
||||
{
|
||||
return new LinuxContext();
|
||||
}
|
||||
} }
|
||||
}
|
||||
|
||||
#endif // __linux__ || __OpenBSD__
|
||||
|
||||
Reference in New Issue
Block a user