mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 23:02:43 +00:00
More work on the sink interface
This commit is contained in:
12
core/src/gui/menus/sink.cpp
Normal file
12
core/src/gui/menus/sink.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <gui/menus/sink.h>
|
||||
#include <signal_path/signal_path.h>
|
||||
|
||||
namespace sinkmenu {
|
||||
void init() {
|
||||
|
||||
}
|
||||
|
||||
void draw(void* ctx) {
|
||||
sigpath::sinkManager.showMenu();
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user