#ifndef MESSAGES_H #define MESSAGES_H #define LB_MSG_HIT_REPORT 1 #define LB_MSG_FIRE 2 #define LB_MSG_RESET 3 #define LB_MSG_GAME_OVER 4 #define LB_MSG_PLAYER 5 #define LB_MSG_LEVEL 6 #define LB_DATA_WINNER 0 #define LB_DATA_LOSER 1 #define LB_DATA_HIT 0 #define LB_DATA_MISS 1 #define LB_POS_MSG_TYPE 0 #define LB_POS_DATA 1 #endif