module.h

Go to the documentation of this file.
00001 #ifndef MODULE_H
00002 #define MODULE_H
00003 
00004 #include "services.h"
00005 #include "commands.h"
00006 #include "language.h"
00007 #include "modules.h"
00008 #include "depricated.h"
00009 #include "version.h"
00010 
00011 #define MOD_UNIQUE 0
00012 #define MOD_HEAD   1
00013 #define MOD_TAIL   2
00014 
00015 #endif
00016