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

Function LodePNGIText_init

src/lodepng.cpp:2755–2762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2753/******************************************************************************/
2754
2755static void LodePNGIText_init(LodePNGInfo* info)
2756{
2757 info->itext_num = 0;
2758 info->itext_keys = NULL;
2759 info->itext_langtags = NULL;
2760 info->itext_transkeys = NULL;
2761 info->itext_strings = NULL;
2762}
2763
2764static void LodePNGIText_cleanup(LodePNGInfo* info)
2765{

Callers 1

lodepng_info_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected