summaryrefslogtreecommitdiff
path: root/src/user_content.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/user_content.hpp')
-rw-r--r--src/user_content.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/user_content.hpp b/src/user_content.hpp
new file mode 100644
index 0000000..cac0755
--- /dev/null
+++ b/src/user_content.hpp
@@ -0,0 +1,13 @@
+#ifndef USER_CONTENT_HPP
+#define USER_CONTENT_HPP
+
+#include "master.hpp"
+
+namespace content {
+
+struct user : public master {
+};
+
+}
+
+#endif