1
0
mirror of https://github.com/anope/anope.git synced 2026-06-22 22:06:37 +02:00
Files
anope/include/module.h
T
Robin Burchell w00t@inspircd.org 5eee13a97d Nuke depricated.h -- it's been too long since this was introduced.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1317 5417fbe8-f217-4b02-8779-1006273d7864
2008-10-02 14:24:54 +00:00

16 lines
216 B
C

#ifndef MODULE_H
#define MODULE_H
#include "services.h"
#include "commands.h"
#include "language.h"
#include "modules.h"
#include "version.h"
#define MOD_UNIQUE 0
#define MOD_HEAD 1
#define MOD_TAIL 2
#endif