.
This commit is contained in:
@@ -23,6 +23,9 @@ public:
|
||||
// Register native function
|
||||
void register_function(const std::string &name, NativeFunction func);
|
||||
|
||||
// Register built-in class for any type (including user native types)
|
||||
void register_builtin_class(const std::string &type_name, std::shared_ptr<ClassValue> klass);
|
||||
|
||||
// Get global variable
|
||||
ValuePtr get_global(const std::string &name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user