RogueLife/src/menu.h

10 lines
188 B
C

//---
// menu: Main menu
//---
#pragma once
/* Run the main menu and return the selected entry. start is the entry shown at
the start; default 0. */
int menu_level_select(int start);