| 341 | } |
| 342 | |
| 343 | static int dfhack_persistent_save_site_data_string(lua_State *L) { |
| 344 | return dfhack_persistent_save_data_string(L, World::GetPersistentSiteData); |
| 345 | } |
| 346 | |
| 347 | static int dfhack_persistent_delete_site_data(lua_State *L) { |
| 348 | return delete_site_data(L, get_site_data); |
nothing calls this directly
no test coverage detected