mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 19:25:18 +02:00
8 lines
228 B
C
8 lines
228 B
C
#pragma once
|
|
|
|
#include "Common/UI/Context.h"
|
|
#include "Core/ConfigValues.h"
|
|
#include "Core/ControlMapper.h"
|
|
|
|
void DrawDebugOverlay(UIContext *ctx, const Bounds &bounds, const ControlMapper &controlMapper, DebugOverlay overlay);
|