Reorder client src directories
This commit is contained in:
15
client/src/emojis_alt.h
Normal file
15
client/src/emojis_alt.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef EMOJIS_ALT_H__
|
||||
#define EMOJIS_ALT_H__
|
||||
|
||||
typedef struct emoji_alt_s {
|
||||
const char *alias;
|
||||
const char *alttext;
|
||||
} emoji_alt_t;
|
||||
// emoji_alt_t array are expected to be NULL terminated
|
||||
|
||||
static emoji_alt_t EmojiAltTable[] = {
|
||||
{":wink:", ";)"},
|
||||
{NULL, NULL}
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user