mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 15:36:59 +00:00
nilrider:: extra exports
This commit is contained in:
parent
576e21ece9
commit
9108d06543
@ -432,6 +432,10 @@ void pop_and_push_replays() {
|
||||
|
||||
reaction_t on_quit = [] { exit(0); };
|
||||
|
||||
void restart() {
|
||||
clear_path(curlev);
|
||||
}
|
||||
|
||||
void main_menu() {
|
||||
clearMessages();
|
||||
poly_outline = 0xFF;
|
||||
|
@ -220,4 +220,8 @@ extern bool planning_mode;
|
||||
inline int reduce_quality = 0;
|
||||
|
||||
void save();
|
||||
|
||||
extern bool on;
|
||||
extern void restart();
|
||||
extern bool stepped_display;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user