BCSTM-Player |
This commit is contained in:
11
internal/lang.hpp
Normal file
11
internal/lang.hpp
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include "json.hpp"
|
||||
|
||||
|
||||
namespace RenderD7::Lang
|
||||
{
|
||||
std::string getSys();
|
||||
std::string get(const std::string &key);
|
||||
void load(const std::string &lang);
|
||||
}
|
Reference in New Issue
Block a user