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

#include "master.hpp"

namespace content {

struct user : public master {
};

}

#endif