You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 years ago
1234567891011
  1. #ifndef EMOJI_H
  2. #define EMOJI_H
  3. #define EMOJI_LEN 96
  4. #define EMOJI_BMP_ROW 6
  5. #define EMOJI_BMP_COL 16
  6. extern const char* g_emojis[EMOJI_LEN];
  7. extern const char* g_emojiText[EMOJI_LEN];
  8. #endif // EMOJI_H

mac下的“飞秋”大多数只是飞鸽传书协议,而且未发现令人满意的开源项目,所以基于c++与qt实现了基础的飞秋协议。

Contributors (1)