#pragma once enum MessageType_t { MSG_HELLO = 'h', MSG_READY = 'r', MSG_BAN = 'q', MSG_IMPORT = 'i' };