summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h
index 86f77d218..fdc6e35b2 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1922,4 +1922,6 @@ class CoreExport ModuleManager : public classbase
}
#endif
+#define COMMAND_INIT(c) MODULE_INIT(CommandModule<c>)
+
#endif