1 #ifndef MSG_CONSTS_H 2 #define MSG_CONSTS_H 3 4 #define MENU_APP_NEW 'APnw' 5 #define CAP_MSG 'cap_' 6 #define JOIN_MSG 'join' 7 #define OPEN_MSG 'open' 8 #define CLOSE_MSG 'clos' 9 10 11 #endif 12