1
0
Fork 0
mirror of https://github.com/yuzu-emu/discord-rpc.git synced 2025-03-07 19:59:39 +00:00
This commit is contained in:
Chris Marsh 2017-07-13 10:10:09 -07:00
parent 79823706e8
commit ea64751f70

View file

@ -3,6 +3,7 @@
// This is to wrap the platform specific kinds of connect/read/write.
#include <stdint.h>
#include <stdlib.h>
enum class OPCODE : uint32_t {
HANDSHAKE = 0,