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