Skip to content

Commit

Permalink
Move Core class into XRay::ManagedApi::Core namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kovalenko committed Oct 22, 2014
1 parent d8d0c78 commit f6c7adb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/editors/xrManagedApi/core/Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ namespace XRay
{
namespace ManagedApi
{
namespace Core
{

Core::Core() { }

Expand Down Expand Up @@ -53,3 +55,4 @@ void Core::Destroy()

}
}
}
5 changes: 5 additions & 0 deletions src/editors/xrManagedApi/core/Core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ namespace XRay
{
namespace ManagedApi
{
namespace Core
{

public ref class Core
{
public:
Expand All @@ -21,5 +24,7 @@ public ref class Core
static void Initialize(String^ appName);
static void Destroy();
};

}
}
}

0 comments on commit f6c7adb

Please sign in to comment.