add global_ghost_type_table for test

This commit is contained in:
ValKmjolnir
2023-05-10 00:48:04 +08:00
parent a69d05233b
commit 774ad60c42
7 changed files with 92 additions and 101 deletions
+1 -1
View File
@@ -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;
}