From 660fdb584a06c1e5528a3a5f170e070a72183825 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Thu, 7 Aug 2025 10:41:22 -0500 Subject: [PATCH] specify vehicle.hpp directory --- src/game/boe.locutils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/boe.locutils.hpp b/src/game/boe.locutils.hpp index 01f14713..c61cdfd9 100644 --- a/src/game/boe.locutils.hpp +++ b/src/game/boe.locutils.hpp @@ -1,7 +1,7 @@ #include #include "location.hpp" -#include "vehicle.hpp" +#include "scenario/vehicle.hpp" bool is_explored(short i,short j); void make_explored(short i,short j);