MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / init_create_window

Function init_create_window

Source/init.cpp:364–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void init_create_window()
365{
366 if (!SpawnWindow(PROJECT_NAME))
367 app_fatal(_("Unable to create main window"));
368 dx_init();
369 gbActive = true;
370#ifndef USE_SDL1
371 SDL_DisableScreenSaver();
372#endif
373}
374
375void MainWndProc(const SDL_Event &event)
376{

Callers 1

ApplicationInitFunction · 0.85

Calls 3

SpawnWindowFunction · 0.85
app_fatalFunction · 0.85
dx_initFunction · 0.85

Tested by

no test coverage detected