summaryrefslogtreecommitdiffstats
path: root/src/ClientInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientInterface.hpp')
-rw-r--r--src/ClientInterface.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ClientInterface.hpp b/src/ClientInterface.hpp
new file mode 100644
index 0000000..e9f8879
--- /dev/null
+++ b/src/ClientInterface.hpp
@@ -0,0 +1,10 @@
+#pragma once
+
+enum ClientInterface {
+ Auto = 0,
+ Clonk = 1,
+ IRC = 1 << 1,
+ Management = 1 << 2,
+ First = Auto,
+ Last = Management
+};