Bifurcator: add effect commands

This commit is contained in:
Natt Akuma 2024-04-01 17:27:31 +07:00
parent b3e0825462
commit c60d1845e5
4 changed files with 20 additions and 1 deletions

View file

@ -260,6 +260,9 @@ enum DivDispatchCmds {
DIV_CMD_MINMOD_ECHO,
DIV_CMD_BIFURCATOR_STATE_LOAD,
DIV_CMD_BIFURCATOR_PARAMETER,
DIV_CMD_MAX
};