From 27216f78d7a08ffd14ad7040f76c8078ecdfd993 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 2 Jan 2023 00:47:48 +0100 Subject: Moved UniqueIdentifier to universe module --- stats/include/kurator/stats/events.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stats/include') diff --git a/stats/include/kurator/stats/events.h b/stats/include/kurator/stats/events.h index a9a9612..ea25826 100644 --- a/stats/include/kurator/stats/events.h +++ b/stats/include/kurator/stats/events.h @@ -1,6 +1,6 @@ #pragma once -#include +#include namespace kurator @@ -12,7 +12,7 @@ namespace stats struct ShipLeft { double time; - campaign::UniqueIdentifier ship; + universe::UniqueIdentifier ship; int team; bool destroyed; }; -- cgit v1.1