Skip to content

Commit f6c7adb

Browse files
author
Pavel Kovalenko
committed
Move Core class into XRay::ManagedApi::Core namespace.
1 parent d8d0c78 commit f6c7adb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/editors/xrManagedApi/core/Core.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ namespace XRay
77
{
88
namespace ManagedApi
99
{
10+
namespace Core
11+
{
1012

1113
Core::Core() { }
1214

@@ -53,3 +55,4 @@ void Core::Destroy()
5355

5456
}
5557
}
58+
}

src/editors/xrManagedApi/core/Core.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ namespace XRay
66
{
77
namespace ManagedApi
88
{
9+
namespace Core
10+
{
11+
912
public ref class Core
1013
{
1114
public:
@@ -21,5 +24,7 @@ public ref class Core
2124
static void Initialize(String^ appName);
2225
static void Destroy();
2326
};
27+
28+
}
2429
}
2530
}

0 commit comments

Comments
 (0)