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

#include "master.hpp"

namespace content {

struct intro : public master {
};

}

#endif