mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
9 lines
297 B
C
9 lines
297 B
C
#pragma once
|
|
|
|
#include "Common/UI/Context.h"
|
|
#include "Core/ConfigValues.h"
|
|
#include "Core/ControlMapper.h"
|
|
|
|
void DrawControlMapperOverlay(UIContext *ctx, const Bounds &bounds, const ControlMapper &controlMapper);
|
|
void DrawDebugOverlay(UIContext *ctx, const Bounds &bounds, DebugOverlay overlay);
|