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