#ifndef FIGHT_MESSAGES_H #define FIGHT_MESSAGES_H #include "message_receiver.h" #define MESSAGE_DEAL_DAMAGE 0x1 #endif // !FIGHT_MESSAGES_H