diff options
Diffstat (limited to 'src/resources/beinginfo.h')
-rw-r--r-- | src/resources/beinginfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/beinginfo.h b/src/resources/beinginfo.h index aefd7a5ca..4dfea8bac 100644 --- a/src/resources/beinginfo.h +++ b/src/resources/beinginfo.h @@ -318,6 +318,8 @@ class BeingInfo final void addMenu(const std::string &name, const std::string &command); + const std::vector<BeingMenuItem> &getMenu() const; + static void init(); static void clear(); |