mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 14:52:43 +00:00
Cleaned up UI code
This commit is contained in:
@@ -4,11 +4,14 @@
|
||||
#include <gui/widgets/menu.h>
|
||||
#include <gui/dialogs/loading_screen.h>
|
||||
#include <module.h>
|
||||
#include <gui/main_window.h>
|
||||
|
||||
namespace gui {
|
||||
SDRPP_EXPORT ImGui::WaterFall waterfall;
|
||||
SDRPP_EXPORT FrequencySelect freqSelect;
|
||||
SDRPP_EXPORT Menu menu;
|
||||
|
||||
SDRPP_EXPORT MainWindow mainWindow;
|
||||
|
||||
void selectSource(std::string name);
|
||||
};
|
||||
Reference in New Issue
Block a user