summaryrefslogtreecommitdiffstats
path: root/src/ClientInfo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientInfo.hpp')
-rw-r--r--src/ClientInfo.hpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/ClientInfo.hpp b/src/ClientInfo.hpp
index eb39b82..5ab1160 100644
--- a/src/ClientInfo.hpp
+++ b/src/ClientInfo.hpp
@@ -6,16 +6,7 @@
#include <QTcpSocket>
#include <CRSMConfig.hpp>
-
-enum ClientInterface {
- Auto = 0,
- Clonk = 1,
- IRC = 1 << 1,
- Management = 1 << 2,
- First = Auto,
- Last = Management
-};
-
+#include "ClientInterface.hpp"
class ManagementConnection {
public: