summaryrefslogtreecommitdiff
path: root/src/net/gamehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/gamehandler.h')
-rw-r--r--src/net/gamehandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/gamehandler.h b/src/net/gamehandler.h
index 34a36e61..113da6b1 100644
--- a/src/net/gamehandler.h
+++ b/src/net/gamehandler.h
@@ -46,6 +46,8 @@ class GameHandler
virtual void quit() = 0;
virtual void ping(int tick) = 0;
+
+ virtual bool removeDeadBeings() const = 0;
};
} // namespace Net