1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 10:36:38 +02:00
Files
anope/include/module.h
T

16 lines
215 B
C

#ifndef MODULE_H
#define MODULE_H
#include "services.h"
#include "commands.h"
#include "modules.h"
#if GETTEXT_FOUND
# include <libintl.h>
# define _(x) gettext(x)
#else
# define _(x) x
#endif
#endif // MODULE_H