mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 12:03:39 +00:00
12 lines
315 B
C++
12 lines
315 B
C++
#pragma once
|
|
#include "APIHelp.h"
|
|
|
|
class I18nClass {
|
|
public:
|
|
static Local<Value> tr(const Arguments& args);
|
|
static Local<Value> trl(const Arguments& args);
|
|
static Local<Value> get(const Arguments& args);
|
|
static Local<Value> load(const Arguments& args);
|
|
};
|
|
extern ClassDefine<void> I18nClassBuilder;
|