diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-01-01 12:00:20 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-01-01 12:00:20 +0000 |
commit | c777c8d9aa7cd5c2e9a399727a7fa9985a77fb1c (patch) | |
tree | 9e996ae4a1bbb833cec036c5cd4d87a590149e85 /include/module.h |
Anope Stable Branch
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@1902 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/module.h')
-rw-r--r-- | include/module.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/module.h b/include/module.h new file mode 100644 index 000000000..bd5171c8b --- /dev/null +++ b/include/module.h @@ -0,0 +1,16 @@ +#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 + |