2023-08-02 14:28:52 +02:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "Common/UI/Context.h"
|
|
|
|
#include "Core/ConfigValues.h"
|
|
|
|
#include "Core/ControlMapper.h"
|
|
|
|
|
2023-08-03 16:19:18 +02:00
|
|
|
void DrawControlMapperOverlay(UIContext *ctx, const Bounds &bounds, const ControlMapper &controlMapper);
|
|
|
|
void DrawDebugOverlay(UIContext *ctx, const Bounds &bounds, DebugOverlay overlay);
|