aboutsummaryrefslogtreecommitdiff
path: root/include/ChannelDataType.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ChannelDataType.hpp')
-rw-r--r--include/ChannelDataType.hpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/ChannelDataType.hpp b/include/ChannelDataType.hpp
deleted file mode 100644
index 21e828d..0000000
--- a/include/ChannelDataType.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#pragma once
-
-#include <dchat/types.hpp>
-
-namespace dchat
-{
- enum class ChannelDataType : u8
- {
- ADD_MESSAGE,
- EDIT_MESSAGE,
- DELETE_MESSAGE,
- NICKNAME_CHANGE,
- CHANGE_AVATAR,
- CHANGE_CHANNEL_NAME,
- };
-} \ No newline at end of file