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

Function LodePNGText_init

src/lodepng.cpp:2692–2697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2690/******************************************************************************/
2691
2692static void LodePNGText_init(LodePNGInfo* info)
2693{
2694 info->text_num = 0;
2695 info->text_keys = NULL;
2696 info->text_strings = NULL;
2697}
2698
2699static void LodePNGText_cleanup(LodePNGInfo* info)
2700{

Callers 1

lodepng_info_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected