Skip to content

Commit 28afcec

Browse files
add discord app quit opcode
1 parent b83417e commit 28afcec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/discord_ipc_cpp/ipc_types.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ namespace discord_ipc_cpp::ipc_types {
2727
* \brief Request and response Op codes.
2828
*/
2929
enum Opcode : int {
30+
op_quit = -1, ///< Discord app quit
3031
op_handshake = 0, ///< Initiate connection
3132
op_frame = 1, ///< General socket response
3233
op_close = 2, ///< Close connection

0 commit comments

Comments
 (0)