mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-10 10:17:11 +01:00
11 lines
123 B
C++
11 lines
123 B
C++
|
#include <gui/menus/source.h>
|
||
|
|
||
|
namespace sourecmenu {
|
||
|
void init() {
|
||
|
|
||
|
}
|
||
|
|
||
|
void draw(void* ctx) {
|
||
|
|
||
|
}
|
||
|
}
|