summaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index f55b46c0f..a968d5263 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -614,6 +614,11 @@ void SetYearEngineAgingStops()
}
}
+/**
+ * Start/initialise one engine.
+ * @param e The engine to initialise.
+ * @param aging_date The date used for age calculations.
+ */
void StartupOneEngine(Engine *e, Date aging_date)
{
const EngineInfo *ei = &e->info;
@@ -654,6 +659,7 @@ void StartupOneEngine(Engine *e, Date aging_date)
}
}
+/** Start/initialise all our engines. */
void StartupEngines()
{
Engine *e;