record and replay the last 2 debug actions

This commit is contained in:
2024-08-27 19:57:11 -05:00
committed by Celtic Minstrel
parent 680150ac3e
commit a4d36abec6
3 changed files with 38 additions and 18 deletions

View File

@@ -87,5 +87,7 @@ void debug_return_to_start();
void handle_victory(bool record = false);
void debug_increase_age();
void debug_towns_forget();
void debug_heal_plus_extra();
void debug_heal();
#endif