#include "packet_type.hpp" #include using namespace std; int main() { Packet p; cout << int(p.type) << endl; return 0; }