4#pragma warning(disable : 4005)
11#include <Core/Engine/Engine.h>
12#include <Core/Utils/Singleton.h>
15 _In_ HINSTANCE hInstance,
16 _In_opt_ HINSTANCE hPrevInstance,
17 _In_ LPWSTR lpCmdLine,
26 catch (
const std::exception& e)
28 NUI_LOG(Exception, Main, e.what());
static void Destroy() noexcept
Destroy the singleton instance.
Definition Singleton.h:25
static T & Get() noexcept
Get the singleton instance.
Definition Singleton.h:17