mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
use UI-specific code, but simply adding the "use Irssi::UI;" after use Irssi; should work. make install now removes libfe_perl.* files from global module directory, but if you have it somewhere else you should manually remove it. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1582 dbcabf3a-b0e7-0310-adc4-f8d773084564
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;
|