mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +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); };
|
reaction_t on_quit = [] { exit(0); };
|
||||||
|
|
||||||
|
void restart() {
|
||||||
|
clear_path(curlev);
|
||||||
|
}
|
||||||
|
|
||||||
void main_menu() {
|
void main_menu() {
|
||||||
clearMessages();
|
clearMessages();
|
||||||
poly_outline = 0xFF;
|
poly_outline = 0xFF;
|
||||||
|
@ -220,4 +220,8 @@ extern bool planning_mode;
|
|||||||
inline int reduce_quality = 0;
|
inline int reduce_quality = 0;
|
||||||
|
|
||||||
void save();
|
void save();
|
||||||
|
|
||||||
|
extern bool on;
|
||||||
|
extern void restart();
|
||||||
|
extern bool stepped_display;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user