mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-24 10:23:21 +00:00
8 lines
117 B
C
8 lines
117 B
C
#pragma once
|
|
|
|
#include "Common/Assert.h"
|
|
|
|
#define IM_ASSERT(_EXPR) ASSERT(_EXPR)
|
|
|
|
#define IMGUI_DISABLE_DEMO_WINDOWS
|