mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 14:52:43 +00:00
Added theme system
This commit is contained in:
7
core/src/gui/menus/theme.h
Normal file
7
core/src/gui/menus/theme.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
namespace thememenu {
|
||||
void init(std::string resDir);
|
||||
void draw(void* ctx);
|
||||
}
|
||||
Reference in New Issue
Block a user