#pragma once #include "Common/Assert.h" #define IM_ASSERT(_EXPR) ASSERT(_EXPR) #define IMGUI_DISABLE_DEMO_WINDOWS