summaryrefslogtreecommitdiff
path: root/stats
diff options
context:
space:
mode:
Diffstat (limited to 'stats')
-rw-r--r--stats/CMakeLists.txt2
-rw-r--r--stats/include/kurator/stats/events.h4
2 files changed, 3 insertions, 3 deletions
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 <kurator/campaign/UniqueIdentifier.h>
+#include <kurator/universe/UniqueIdentifier.h>
namespace kurator
@@ -12,7 +12,7 @@ namespace stats
struct ShipLeft
{
double time;
- campaign::UniqueIdentifier ship;
+ universe::UniqueIdentifier ship;
int team;
bool destroyed;
};