1
0
mirror of https://github.com/anope/anope.git synced 2026-06-22 23:26:37 +02:00
Files
anope/include/module.h
T
2009-09-16 23:27:34 +00:00

12 lines
152 B
C

#ifndef MODULE_H
#define MODULE_H
#include "services.h"
#include "commands.h"
#include "language.h"
#include "modules.h"
#include "version.h"
#endif