mirror of
https://github.com/anope/anope.git
synced 2026-06-24 10:56:39 +02:00
6690784bff
git-svn-id: svn://svn.anope.org/anope/trunk@1068 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@792 5417fbe8-f217-4b02-8779-1006273d7864
17 lines
240 B
C
17 lines
240 B
C
#ifndef MODULE_H
|
|
#define MODULE_H
|
|
|
|
#include "services.h"
|
|
#include "commands.h"
|
|
#include "language.h"
|
|
#include "modules.h"
|
|
#include "depricated.h"
|
|
#include "version.h"
|
|
|
|
#define MOD_UNIQUE 0
|
|
#define MOD_HEAD 1
|
|
#define MOD_TAIL 2
|
|
|
|
#endif
|
|
|