add global_ghost_type_table for test

This commit is contained in:
ValKmjolnir
2023-05-10 00:48:04 +08:00
parent fe7d3703e3
commit 44d779758d
7 changed files with 92 additions and 101 deletions

View File

@@ -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;
}