Added functionality of colored splits when live

This commit is contained in:
apa420
2018-08-17 21:19:15 +02:00
parent b671fc4133
commit 15e9e3e642
3 changed files with 15 additions and 2 deletions
+1
View File
@@ -26,6 +26,7 @@ enum class MessageFlag : uint16_t {
Untimeout = (1 << 9),
PubSub = (1 << 10),
Subscription = (1 << 11),
Notification = (1 << 12),
};
using MessageFlags = FlagsEnum<MessageFlag>;