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