summaryrefslogtreecommitdiff
path: root/src/intro_content.hpp
blob: 16bd6018c43bd96c4b828310634f212f08ed3dc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef INTRO_CONTENT_HPP
#define INTRO_CONTENT_HPP

#include "master_content.hpp"

namespace content {

struct intro : public master {
};

}

#endif