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/MacOS/MacOSAppBase.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Common/NativeApp/src/MacOS/MacOSAppBase.cpp') diff --git a/Common/NativeApp/src/MacOS/MacOSAppBase.cpp b/Common/NativeApp/src/MacOS/MacOSAppBase.cpp index d4c68a8..f3d0313 100644 --- a/Common/NativeApp/src/MacOS/MacOSAppBase.cpp +++ b/Common/NativeApp/src/MacOS/MacOSAppBase.cpp @@ -23,6 +23,9 @@ #include "MacOSAppBase.h" +namespace Diligent +{ + void MacOSAppBase::Update() { // Render the scene @@ -32,3 +35,4 @@ void MacOSAppBase::Update() Update(CurrTime, ElapsedTime); } +} -- cgit v1.2.3