1
0
mirror of https://github.com/anope/anope.git synced 2026-06-23 15:56:38 +02:00
Files
sjaz c777c8d9aa Anope Stable Branch
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1902 5417fbe8-f217-4b02-8779-1006273d7864
2009-01-01 12:00:20 +00:00

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