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);
|
|
} |