summaryrefslogtreecommitdiff
path: root/src/intro.hpp
blob: 8a9f2a095f7ec2eef3c00316dc5bfcece6ef80b5 (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 apps {

class intro : public master {
};

}

#endif