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/CMakeLists.txt | 2 +- stats/include/kurator/stats/events.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'stats') diff --git a/stats/CMakeLists.txt b/stats/CMakeLists.txt index 02b68a8..0af30a8 100644 --- a/stats/CMakeLists.txt +++ b/stats/CMakeLists.txt @@ -8,5 +8,5 @@ target_include_directories( ) target_link_libraries( ${PROJECT_NAME} - INTERFACE campaign + INTERFACE universe ) 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