mirror of
https://github.com/irssi/irssi.git
synced 2026-08-15 14:42:08 +02:00
14 lines
350 B
C
14 lines
350 B
C
|
|
#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;
|