forked from xxq250/Nasal-Interpreter
✨ add global_ghost_type_table for test
This commit is contained in:
+1
-1
@@ -95,6 +95,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