mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-18 22:32:44 +00:00
Moved menus to their own respective files
This commit is contained in:
6
core/src/gui/menus/display.h
Normal file
6
core/src/gui/menus/display.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
namespace displaymenu {
|
||||
void init();
|
||||
void draw(void* ctx);
|
||||
}
|
||||
Reference in New Issue
Block a user