mirror of
https://github.com/anope/anope.git
synced 2026-06-23 15:56:38 +02:00
c777c8d9aa
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1902 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
|
|
|