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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/maphandler.h b/src/net/maphandler.h
index 51514b7af..55197f364 100644
--- a/src/net/maphandler.h
+++ b/src/net/maphandler.h
@@ -40,6 +40,11 @@ class MapHandler notfinal
virtual void blockPlayCancel() const = 0;
virtual void destroyInstance() const = 0;
+
+ virtual void camera(int action,
+ float range,
+ float rotation,
+ float latitude) const = 0;
};
} // namespace Net