mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-10 10:17:11 +01:00
6 lines
80 B
C++
6 lines
80 B
C++
#pragma once
|
|
|
|
namespace sinkmenu {
|
|
void init();
|
|
void draw(void* ctx);
|
|
}; |