summaryrefslogtreecommitdiff
path: root/src/net/playerhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r--src/net/playerhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h
index 0be9c0bf7..9cfc1d830 100644
--- a/src/net/playerhandler.h
+++ b/src/net/playerhandler.h
@@ -87,6 +87,8 @@ class PlayerHandler notfinal
virtual void removeOption() const = 0;
virtual void changeCart(const int type) const = 0;
+
+ virtual void setMemo() const = 0;
};
} // namespace Net