MCPcopy Create free account
hub / github.com/diasurgical/devilution / DiabloMain

Function DiabloMain

Source/diablo.cpp:294–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294int DiabloMain(int argc, char **argv)
295{
296 diablo_parse_flags(argc, argv);
297 diablo_init();
298 diablo_splash();
299 mainmenu_loop();
300
301 return 0;
302}
303
304static void print_help_and_exit()
305{

Callers 1

mainFunction · 0.85

Calls 4

diablo_parse_flagsFunction · 0.85
diablo_initFunction · 0.85
diablo_splashFunction · 0.85
mainmenu_loopFunction · 0.85

Tested by

no test coverage detected