mirror of
https://github.com/anope/anope.git
synced 2026-06-25 17:46:37 +02:00
11 lines
163 B
C
11 lines
163 B
C
#ifndef MODULE_H
|
|
#define MODULE_H
|
|
|
|
#include "services.h"
|
|
#include "commands.h"
|
|
#include "language.h"
|
|
#include "modules.h"
|
|
#include "version.h"
|
|
|
|
#endif // MODULE_H
|