| 349 | } |
| 350 | |
| 351 | static int dfhack_persistent_get_world_data_string(lua_State *L) { |
| 352 | return dfhack_persistent_get_data_string(L, get_world_data); |
| 353 | } |
| 354 | |
| 355 | static int dfhack_persistent_save_world_data_string(lua_State *L) { |
| 356 | return dfhack_persistent_save_data_string(L, World::GetPersistentWorldData); |
nothing calls this directly
no test coverage detected