#ifndef INTRO_CONTENT_HPP #define INTRO_CONTENT_HPP #include "master.hpp" namespace content { struct intro : public master { }; } #endif