meta: replace bluelib with fx

This commit is contained in:
2026-06-22 17:45:54 +01:00
parent 4190a5c54a
commit c6c4b0c1f9
81 changed files with 3933 additions and 1349 deletions
+10 -2
View File
@@ -5,8 +5,16 @@ enum {
CMD_ROOT,
CMD_CREATE,
CMD_QUERY,
CMD_ADD_PACKAGE,
CMD_REMOVE_PACKAGE,
CMD_PACKAGE,
CMD_PACKAGE_ADD,
CMD_PACKAGE_REMOVE,
CMD_CHANNEL,
CMD_CHANNEL_ADD,
CMD_CHANNEL_REMOVE,
CMD_CHANNEL_ADD_COMPONENT,
CMD_CHANNEL_REMOVE_COMPONENT,
};
#endif