summaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index a77d1c313..392f3a587 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -30,6 +30,7 @@
#include "vehicle_func.h"
#include "settings_type.h"
#include "core/pool_func.hpp"
+#include "engine_gui.h"
#include "table/strings.h"
#include "table/engines.h"
@@ -614,8 +615,6 @@ CommandCost CmdWantEnginePreview(TileIndex tile, DoCommandFlag flags, uint32 p1,
return CommandCost();
}
-StringID GetEngineCategoryName(EngineID engine);
-
static void NewVehicleAvailable(Engine *e)
{
Vehicle *v;