mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
UNIVERSAL-UPDATER IS BACK! Lmao.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef LANG_HPP
|
||||
#define LANG_HPP
|
||||
|
||||
#include "utils/json.hpp"
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace Lang {
|
||||
std::string get(const std::string &key);
|
||||
void load(int lang);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user