nilrider:: extra exports

This commit is contained in:
Zeno Rogue 2022-08-14 19:24:39 +02:00
parent 576e21ece9
commit 9108d06543
2 changed files with 8 additions and 0 deletions

View File

@ -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;

View File

@ -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;
}