Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/entity.cc')
-rw-r--r--src/core/entity.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/entity.cc b/src/core/entity.cc
index 47086ee..649212b 100644
--- a/src/core/entity.cc
+++ b/src/core/entity.cc
@@ -351,6 +351,9 @@ void Entity::receive_server_update(std::istream &is)
{
}
+void Entity::dock(core::Entity *entity)
+{
+}
void Entity::frame(float seconds)
{