mirror of
https://github.com/anope/anope.git
synced 2026-06-25 18:16:38 +02:00
10 lines
135 B
C
10 lines
135 B
C
#ifndef MODULE_H
|
|
#define MODULE_H
|
|
|
|
#include "services.h"
|
|
#include "commands.h"
|
|
#include "modules.h"
|
|
#define _(x) x
|
|
|
|
#endif // MODULE_H
|