devilutionX/Source/mainmenu.h
Anders Jenbo 5fdb9ce459 🎨 Format code
2021-04-19 00:37:33 +02:00

17 lines
297 B
C++

/**
* @file mainmenu.h
*
* Interface of functions for interacting with the main menu.
*/
#pragma once
#include "multi.h"
namespace devilution {
extern char gszHero[16];
bool mainmenu_select_hero_dialog(GameData *gameData);
void mainmenu_loop();
} // namespace devilution