Added SILC Thread Queue API
[runtime.git] / apps / irssi / src / perl / ui / module.h
1 #include "../common/module.h"
2
3 #include "fe-windows.h"
4 #include "fe-exec.h"
5 #include "formats.h"
6 #include "printtext.h"
7 #include "window-items.h"
8 #include "themes.h"
9 #include "keyboard.h"
10
11 typedef WINDOW_REC *Irssi__UI__Window;
12 typedef TEXT_DEST_REC *Irssi__UI__TextDest;
13 typedef THEME_REC *Irssi__UI__Theme;
14 typedef KEYINFO_REC *Irssi__UI__Keyinfo;