mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-04-08 00:05:40 +02:00
6 lines
81 B
C++
6 lines
81 B
C++
#pragma once
|
|
|
|
namespace sourcemenu {
|
|
void init();
|
|
void draw(void* ctx);
|
|
} |