aboutsummaryrefslogtreecommitdiff
path: root/include/dchat/Group.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/dchat/Group.hpp')
-rw-r--r--include/dchat/Group.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/dchat/Group.hpp b/include/dchat/Group.hpp
new file mode 100644
index 0000000..8b47923
--- /dev/null
+++ b/include/dchat/Group.hpp
@@ -0,0 +1,15 @@
+#pragma once
+
+#include "types.hpp"
+#include <odhtdb/Group.hpp>
+#include <string>
+
+namespace dchat
+{
+ class Group
+ {
+ public:
+ u8 id[odhtdb::GROUP_ID_LENGTH];
+ std::string name;
+ };
+} \ No newline at end of file