| 337 | } |
| 338 | |
| 339 | static int dfhack_persistent_get_site_data_string(lua_State *L) { |
| 340 | return dfhack_persistent_get_data_string(L, get_site_data); |
| 341 | } |
| 342 | |
| 343 | static int dfhack_persistent_save_site_data_string(lua_State *L) { |
| 344 | return dfhack_persistent_save_data_string(L, World::GetPersistentSiteData); |
nothing calls this directly
no test coverage detected