mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-15 08:23:17 -03: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
|