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