diff options
Diffstat (limited to 'src/train.h')
-rw-r--r-- | src/train.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/train.h b/src/train.h index 7a373913c..05b795182 100644 --- a/src/train.h +++ b/src/train.h @@ -304,6 +304,7 @@ struct Train : public Vehicle { bool IsInDepot() const { return CheckTrainInDepot(this, false) != -1; } bool IsStoppedInDepot() const { return CheckTrainStoppedInDepot(this) >= 0; } void Tick(); + void OnNewDay(); }; #endif /* TRAIN_H */ |