mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-06 00:07:11 +01:00
9 lines
177 B
C++
9 lines
177 B
C++
#include <gui/gui.h>
|
|
|
|
namespace gui {
|
|
MainWindow mainWindow;
|
|
ImGui::WaterFall waterfall;
|
|
FrequencySelect freqSelect;
|
|
ThemeManager themeManager;
|
|
Menu menu;
|
|
}; |