From 62c3f72355201b52dbde5d38a7eed96eecac03e8 Mon Sep 17 00:00:00 2001 From: stiffly Date: Mon, 18 Jan 2016 17:27:37 +0100 Subject: [PATCH] Fixed cmake for interpolationsystem. --- include/Engine/Network/EInterpolate.h | 2 +- src/Game/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/Engine/Network/EInterpolate.h b/include/Engine/Network/EInterpolate.h index 65038e49..93bf1a5c 100644 --- a/include/Engine/Network/EInterpolate.h +++ b/include/Engine/Network/EInterpolate.h @@ -12,7 +12,7 @@ namespace Events struct Interpolate : Event { EntityID Entity; - boost::shared_array DataArray; + boost::shared_array DataArray; }; } diff --git a/src/Game/CMakeLists.txt b/src/Game/CMakeLists.txt index 04146670..769cbd4f 100644 --- a/src/Game/CMakeLists.txt +++ b/src/Game/CMakeLists.txt @@ -21,6 +21,7 @@ set(SOURCE_FILES "Game.cpp" "HealthSystem.cpp" "PlayerSystem.cpp" + "InterpolationSystem.cpp" ) set(LIBRARIES