mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 14:52:43 +00:00
Added theme system
This commit is contained in:
@@ -5,12 +5,13 @@
|
||||
#include <gui/dialogs/loading_screen.h>
|
||||
#include <module.h>
|
||||
#include <gui/main_window.h>
|
||||
#include <gui/theme_manager.h>
|
||||
|
||||
namespace gui {
|
||||
SDRPP_EXPORT ImGui::WaterFall waterfall;
|
||||
SDRPP_EXPORT FrequencySelect freqSelect;
|
||||
SDRPP_EXPORT Menu menu;
|
||||
|
||||
SDRPP_EXPORT ThemeManager themeManager;
|
||||
SDRPP_EXPORT MainWindow mainWindow;
|
||||
|
||||
void selectSource(std::string name);
|
||||
|
||||
Reference in New Issue
Block a user