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