From e33d94fecd272db4bf542541c069e9e2c168c1d5 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 15 Feb 2019 22:48:41 -0800 Subject: Moved NativeApp to Diligent namespace --- Tests/TestApp/src/Win32/TestAppWin32.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Tests/TestApp/src/Win32/TestAppWin32.cpp') diff --git a/Tests/TestApp/src/Win32/TestAppWin32.cpp b/Tests/TestApp/src/Win32/TestAppWin32.cpp index 969bfb1..40ed6ed 100644 --- a/Tests/TestApp/src/Win32/TestAppWin32.cpp +++ b/Tests/TestApp/src/Win32/TestAppWin32.cpp @@ -23,6 +23,9 @@ #include "TestApp.h" +namespace Diligent +{ + class TestAppWin32 final : public TestApp { public: @@ -37,3 +40,5 @@ NativeAppBase* CreateApplication() { return new TestAppWin32; } + +} -- cgit v1.2.3