]> git.sesse.net Git - casparcg/blobdiff - protocol/amcp/amcp_command_repository.h
[AMCP] #475 Added special command REQ that can be prepended before any command to...
[casparcg] / protocol / amcp / amcp_command_repository.h
index 778c99845dcf1e20d420255d94f316d30fc3a364..2cd065fbba5a09be25eb796a2cc49537d68ce6d3 100644 (file)
@@ -60,6 +60,7 @@ public:
 
        void register_command(std::wstring category, std::wstring name, core::help_item_describer describer, amcp_command_func command, int min_num_params);
        void register_channel_command(std::wstring category, std::wstring name, core::help_item_describer describer, amcp_command_func command, int min_num_params);
+       spl::shared_ptr<core::help_repository> help_repo() const;
 private:
        struct impl;
        spl::shared_ptr<impl> impl_;