#ifndef iNTRO_CONTENT_HPP #define INTRO_CONTENT_HPP #include "master.hpp" namespace apps { class intro : public master { }; } #endif