summaryrefslogtreecommitdiff
path: root/src/intro.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intro.hpp')
-rw-r--r--src/intro.hpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/intro.hpp b/src/intro.hpp
index 8a9f2a0..0f70ed8 100644
--- a/src/intro.hpp
+++ b/src/intro.hpp
@@ -1,11 +1,16 @@
-#ifndef iNTRO_CONTENT_HPP
-#define INTRO_CONTENT_HPP
+#ifndef INTRO_HPP
+#define INTRO_HPP
#include "master.hpp"
namespace apps {
class intro : public master {
+ public:
+ intro( strusCms &cms );
+
+ private:
+ void show( );
};
}