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 --- Common/NativeApp/src/UWP/UWPAppBase.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Common/NativeApp/src/UWP/UWPAppBase.cpp') diff --git a/Common/NativeApp/src/UWP/UWPAppBase.cpp b/Common/NativeApp/src/UWP/UWPAppBase.cpp index db1dd11..346b2bd 100644 --- a/Common/NativeApp/src/UWP/UWPAppBase.cpp +++ b/Common/NativeApp/src/UWP/UWPAppBase.cpp @@ -23,6 +23,9 @@ #include "UWPAppBase.h" +namespace Diligent +{ + UWPAppBase::UWPAppBase() { // TODO: Change the timer settings if you want something other than the default variable timestep mode. @@ -43,3 +46,5 @@ void UWPAppBase::Update() Update(CurrTime, ElapsedTime); }); } + +} -- cgit v1.2.3