mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-24 05:25:45 +08:00
✨ add global_ghost_type_table for test
This commit is contained in:
@@ -206,6 +206,6 @@ mod_func func_tbl[]={
|
||||
{nullptr,nullptr}
|
||||
};
|
||||
|
||||
extern "C" mod_func* get() {
|
||||
extern "C" mod_func* get(ghost_register_table* table) {
|
||||
return func_tbl;
|
||||
}
|
||||
Reference in New Issue
Block a user