diff options
Diffstat (limited to 'src/autoreplace_func.h')
-rw-r--r-- | src/autoreplace_func.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/autoreplace_func.h b/src/autoreplace_func.h index e640b84bc..0b5129818 100644 --- a/src/autoreplace_func.h +++ b/src/autoreplace_func.h @@ -100,4 +100,6 @@ static inline CommandCost RemoveEngineReplacementForPlayer(Player *p, EngineID e return RemoveEngineReplacement(&p->engine_renew_list, engine, group, flags); } +bool CheckAutoreplaceValidity(EngineID from, EngineID to, PlayerID player); + #endif /* AUTOREPLACE_FUNC_H */ |