mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-09 09:47:12 +01:00
9 lines
158 B
C
9 lines
158 B
C
|
#pragma once
|
||
|
#include <imgui.h>
|
||
|
#include <imgui_internal.h>
|
||
|
|
||
|
namespace style {
|
||
|
void setDefaultStyle();
|
||
|
void beginDisabled();
|
||
|
void endDisabled();
|
||
|
}
|