mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-18 22:32:44 +00:00
9 lines
155 B
C++
9 lines
155 B
C++
#pragma once
|
|
|
|
namespace style {
|
|
void setDefaultStyle();
|
|
void setDarkStyle();
|
|
void beginDisabled();
|
|
void endDisabled();
|
|
void testtt();
|
|
} |