1
0
Fork 0

Codechange: introduce ConvertibleThroughBase helper

pull/13510/head
Rubidium 2025-02-09 17:25:40 +01:00
parent a015be3621
commit 5e1c0b1c6b
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.