Feature: Infinite money mode (#11902)

This commit is contained in:
merni-ns
2024-01-30 23:31:02 +05:30
committed by GitHub
parent 7acf78964f
commit 5a88027a19
15 changed files with 63 additions and 27 deletions

View File

@@ -42,7 +42,6 @@ void NetworkSendCommand(Commands cmd, StringID err_message, CommandCallback *cal
bool IsValidCommand(Commands cmd);
CommandFlags GetCommandFlags(Commands cmd);
const char *GetCommandName(Commands cmd);
Money GetAvailableMoneyForCommand();
bool IsCommandAllowedWhilePaused(Commands cmd);
template <Commands Tcmd>