#ifndef NETWORK_H #define NETWORK_H #include struct packet_header { uint16_t size; uint8_t type; }; #endif