mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-18 22:32:44 +00:00
6 lines
90 B
C++
6 lines
90 B
C++
#pragma once
|
|
|
|
namespace module_manager_menu {
|
|
void init();
|
|
void draw(void* ctx);
|
|
} |