1 2 3 4 5 6 7
#pragma once #include "Common/Assert.h" #define IM_ASSERT(_EXPR) ASSERT(_EXPR) #define IMGUI_DISABLE_DEMO_WINDOWS