summaryrefslogtreecommitdiff
path: root/src/autoreplace_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autoreplace_func.h')
-rw-r--r--src/autoreplace_func.h2
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 */