document patch server commands

This commit is contained in:
Martin Michelsen
2022-05-08 00:04:39 -07:00
parent 8ef256917c
commit 1e3dd6a274
4 changed files with 153 additions and 34 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ void send_stream_file_chunk_bb(std::shared_ptr<Client> c, uint32_t chunk_index);
void send_approve_player_choice_bb(std::shared_ptr<Client> c);
void send_complete_player_bb(std::shared_ptr<Client> c);
void send_check_directory_patch(std::shared_ptr<Client> c, const std::string& dir);
void send_enter_directory_patch(std::shared_ptr<Client> c, const std::string& dir);
void send_message_box(std::shared_ptr<Client> c, const std::u16string& text);
void send_lobby_name(std::shared_ptr<Client> c, const std::u16string& text);