summaryrefslogtreecommitdiff
path: root/src/net/maphandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/maphandler.h')
-rw-r--r--src/net/maphandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/maphandler.h b/src/net/maphandler.h
index 55197f364..75a22382d 100644
--- a/src/net/maphandler.h
+++ b/src/net/maphandler.h
@@ -45,6 +45,8 @@ class MapHandler notfinal
float range,
float rotation,
float latitude) const = 0;
+
+ virtual void clientVersion(const int version) const = 0;
};
} // namespace Net