summaryrefslogtreecommitdiff
path: root/src/intro_content.hpp
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-18 11:53:48 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-18 11:53:48 +0200
commitdc080f8fe2697569923ed326f8080cb0baedc46b (patch)
tree84ccd679d3c9de649583bb51c830d069e6419432 /src/intro_content.hpp
parent2b5cb826fae8325661abd54eb6521cade1c80dba (diff)
downloadaCms-dc080f8fe2697569923ed326f8080cb0baedc46b.tar.gz
aCms-dc080f8fe2697569923ed326f8080cb0baedc46b.tar.bz2
some rearrangement
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