#pragma once const int MAGICEAR_IGNORE_SAY = BIT(0); const int MAGICEAR_IGNORE_TEAMSAY = BIT(1); const int MAGICEAR_IGNORE_TELL = BIT(2); const int MAGICEAR_IGNORE_INVALIDTELL = BIT(3); const int MAGICEAR_REPLACE_WHOLE_MESSAGE = BIT(4); const int MAGICEAR_REPLACE_OUTSIDE = BIT(5); const int MAGICEAR_CONTINUE = BIT(6); const int MAGICEAR_NODECOLORIZE = BIT(7); const int MAGICEAR_TUBA = BIT(8); const int MAGICEAR_TUBA_EXACTPITCH = BIT(9);