summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp/src/UWP/UWPAppBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Common/NativeApp/src/UWP/UWPAppBase.cpp')
-rw-r--r--Common/NativeApp/src/UWP/UWPAppBase.cpp5
1 files changed, 5 insertions, 0 deletions
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);
});
}
+
+}