Fixed cmake for interpolationsystem.
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Events
|
|||||||
struct Interpolate : Event
|
struct Interpolate : Event
|
||||||
{
|
{
|
||||||
EntityID Entity;
|
EntityID Entity;
|
||||||
boost::shared_array<char*> DataArray;
|
boost::shared_array<char> DataArray;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ set(SOURCE_FILES
|
|||||||
"Game.cpp"
|
"Game.cpp"
|
||||||
"HealthSystem.cpp"
|
"HealthSystem.cpp"
|
||||||
"PlayerSystem.cpp"
|
"PlayerSystem.cpp"
|
||||||
|
"InterpolationSystem.cpp"
|
||||||
)
|
)
|
||||||
|
|
||||||
set(LIBRARIES
|
set(LIBRARIES
|
||||||
|
|||||||
Reference in New Issue
Block a user