tabby/include/tabby/packet.h

9 lines
165 B
C

#ifndef _TABBY_PACKET_H
#define _TABBY_PACKET_H
typedef struct _tabby_packet {
uint16_t type,
value;
} tabby_packet;
#endif /* _TABBY_PACKET_H */