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,