1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 15:06:45 +02:00

add help menu for friendlist

This commit is contained in:
Jfreegman
2014-07-31 13:49:15 -04:00
parent fba0732faa
commit 0254596c73
3 changed files with 99 additions and 46 deletions

View File

@ -32,6 +32,7 @@ typedef enum {
HELP_CHAT,
HELP_GROUP,
HELP_KEYS,
HELP_CONTACTS,
} HELP_TYPES;
void help_onDraw(ToxWindow *self);