Things
This commit is contained in:
parent
8fdcc5173f
commit
ca6a80f4cb
15 changed files with 766 additions and 9 deletions
|
|
@ -1,6 +1,11 @@
|
|||
#ifndef TOX_WEECHAT_H
|
||||
#define TOX_WEECHAT_H
|
||||
|
||||
#include <tox/tox.h>
|
||||
|
||||
extern struct t_weechat_plugin *weechat_plugin;
|
||||
extern Tox *tox;
|
||||
|
||||
extern struct t_gui_buffer *tox_main_buffer;
|
||||
|
||||
#endif // TOX_WEECHAT_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue