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