1
0
Fork 0

Codechange: introduce ConvertibleThroughBase helper

pull/13579/head
Rubidium 2025-02-09 17:25:40 +01:00 committed by rubidium42
parent 380e7b48ce
commit 17b97e5d1b
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ public:
};
CommandCost CommandCostWithParam(StringID str, uint64_t value);
CommandCost CommandCostWithParam(StringID str, ConvertibleThroughBase auto value) { return CommandCostWithParam(str, value.base()); }
/**
* List of commands.