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