[MOD] Make command list a .x.h file

This commit is contained in:
LDA 2024-08-06 22:21:51 +02:00
commit 93d7b0f8e0
3 changed files with 4 additions and 2 deletions

View file

@ -103,7 +103,7 @@ extern bool XMPPManageCommand(XMPPCommandManager *m, XMLElement *stanza, ParseeD
extern void \
Form##f(XMPPCommandManager *, XMPPCommand *, char *); \
#include "XMPPCommands.x"
#include "XMPPCommands.x.h"
#undef XMPP_COMMAND
#endif