mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
16 lines
261 B
Text
16 lines
261 B
Text
|
|
#include "module.h"
|
||
|
|
#include "levels.h"
|
||
|
|
|
||
|
|
MODULE = Irssi PACKAGE = Irssi
|
||
|
|
|
||
|
|
PROTOTYPES: ENABLE
|
||
|
|
|
||
|
|
INCLUDE: Channel.xs
|
||
|
|
INCLUDE: Core.xs
|
||
|
|
INCLUDE: Log.xs
|
||
|
|
INCLUDE: Masks.xs
|
||
|
|
INCLUDE: Query.xs
|
||
|
|
INCLUDE: Rawlog.xs
|
||
|
|
INCLUDE: Server.xs
|
||
|
|
INCLUDE: Settings.xs
|
||
|
|
INCLUDE: Window.xs
|