mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00:00
7 lines
116 B
C++
7 lines
116 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
namespace thememenu {
|
|
void init(std::string resDir);
|
|
void draw(void* ctx);
|
|
} |