diff options
| author | Osmium Sorcerer <os@sof.beauty> | 2026-03-22 18:56:58 +0000 |
|---|---|---|
| committer | Osmium Sorcerer <os@sof.beauty> | 2026-03-29 22:22:25 +0000 |
| commit | d6352bc889638b82a887e0a1a138f2b8086dbbdb (patch) | |
| tree | 35f7bb8b5b6641f69930bd8485260bc8594e5fe9 /src/aoapplication.h | |
| parent | a124f46861d549ddc13485536962e34d80de939a (diff) | |
Handle extension packets using binary frames
The subprotocol shall use binary frames, and AO protocol stays separated
within the text frames.
Diffstat (limited to 'src/aoapplication.h')
| -rw-r--r-- | src/aoapplication.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/aoapplication.h b/src/aoapplication.h index d8d0c00..e3db417 100644 --- a/src/aoapplication.h +++ b/src/aoapplication.h @@ -77,8 +77,10 @@ public: void destruct_courtroom(); void server_packet_received(AOPacket p_packet); + void ex_message_received(QByteArrayView message); void send_server_packet(AOPacket p_packet); + void send_ex_message(const QByteArray &msg); void call_settings_menu(); |
