MCPcopy Create free account
hub / github.com/DFHack/dfhack / SDL_WM_GetCaption

Function SDL_WM_GetCaption

plugins/title-folder.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28void (*_SDL_WM_GetCaption)(const char**, const char**) = NULL;
29void SDL_WM_GetCaption(const char **title, const char **icon) {
30 _SDL_WM_GetCaption(title, icon);
31}
32
33void (*_SDL_WM_SetCaption)(const char*, const char*) = NULL;
34void SDL_WM_SetCaption(const char *title, const char *icon) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected