MCPcopy Create free account
hub / github.com/Wassimulator/CactusViewer / init_logo_image

Function init_logo_image

src/source.cpp:484–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482
483
484static void init_logo_image() {
485 G->graphics.logo_image = create_texture(minilogo, 50, 53, false);
486}
487
488static void save_settings() {
489 char buffer[0x400];

Callers 1

init_allFunction · 0.85

Calls 1

create_textureFunction · 0.85

Tested by

no test coverage detected