1 2 3 4 5 6 7 8 9 10 11
#ifndef MODULE_H #define MODULE_H #include "services.h" #include "commands.h" #include "language.h" #include "modules.h" #include "version.h" #endif