Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
484
static void init_logo_image() {
485
G->graphics.logo_image = create_texture(minilogo, 50, 53, false);
486
}
487
488
static void save_settings() {
489
char buffer[0x400];
Callers
1
init_all
Function · 0.85
Calls
1
create_texture
Function · 0.85
Tested by
no test coverage detected