mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-10 02:07:12 +01:00
11 lines
203 B
C++
11 lines
203 B
C++
#pragma once
|
|
#include <imgui.h>
|
|
#include <imgui_internal.h>
|
|
#include <config.h>
|
|
|
|
namespace style {
|
|
void setDefaultStyle();
|
|
void setDarkStyle();
|
|
void beginDisabled();
|
|
void endDisabled();
|
|
} |