summaryrefslogtreecommitdiff
path: root/src/schemas/stream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemas/stream.hpp')
-rw-r--r--src/schemas/stream.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/schemas/stream.hpp b/src/schemas/stream.hpp
deleted file mode 100644
index a636ea5..0000000
--- a/src/schemas/stream.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#include <string>
-
-namespace bot::schemas {
- enum EventType { LIVE, OFFLINE, TITLE, GAME, CUSTOM = 99 };
- EventType string_to_event_type(const std::string &type);
-
- enum EventFlag { MASSPING };
-
-}