From dc080f8fe2697569923ed326f8080cb0baedc46b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 18 Apr 2015 11:53:48 +0200 Subject: some rearrangement --- src/intro_content.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/intro_content.hpp (limited to 'src/intro_content.hpp') 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 -- cgit v1.2.3-54-g00ecf