1 2 3 4 5 6 7 8
#pragma once enum MessageType_t { MSG_HELLO = 'h', MSG_READY = 'r', MSG_BAN = 'q', MSG_IMPORT = 'i' };