changed everything and nothing

This commit is contained in:
Hay1tsme
2021-12-30 13:57:05 -05:00
parent 2dff5278ef
commit cc0f8dc595
7 changed files with 99 additions and 4 deletions

View File

@ -21,6 +21,9 @@ const struct dll_bind_sym mercury_dll_syms[] = {
}, {
.sym = "mercury_io_get_gamebtns",
.off = offsetof(struct mercury_dll, get_gamebtns),
}, {
.sym = "mercury_io_elisabeth_init",
.off = offsetof(struct mercury_dll, elisabeth_init),
}
};