mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-15 15:02:52 +01:00
6 lines
104 B
C++
6 lines
104 B
C++
|
#include <gui/gui.h>
|
||
|
|
||
|
namespace gui {
|
||
|
ImGui::WaterFall waterfall;
|
||
|
FrequencySelect freqSelect;
|
||
|
};
|