irssi/src/perl/ui/module.h

14 lines
350 B
C
Raw Normal View History

#include "../common/module.h"
#include "fe-windows.h"
#include "fe-exec.h"
#include "formats.h"
#include "printtext.h"
#include "window-items.h"
#include "themes.h"
#include "keyboard.h"
typedef WINDOW_REC *Irssi__UI__Window;
typedef TEXT_DEST_REC *Irssi__UI__TextDest;
typedef THEME_REC *Irssi__UI__Theme;
typedef KEYINFO_REC *Irssi__UI__Keyinfo;