MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / lodepng_clear_itext

Function lodepng_clear_itext

src/lodepng.cpp:2796–2799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2794}
2795
2796void lodepng_clear_itext(LodePNGInfo* info)
2797{
2798 LodePNGIText_cleanup(info);
2799}
2800
2801unsigned lodepng_add_itext(LodePNGInfo* info, const char* key, const char* langtag,
2802 const char* transkey, const char* str)

Callers

nothing calls this directly

Calls 1

LodePNGIText_cleanupFunction · 0.85

Tested by

no test coverage detected