summaryrefslogtreecommitdiff
path: root/src/content.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/content.hpp')
-rw-r--r--src/content.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/content.hpp b/src/content.hpp
new file mode 100644
index 0000000..e476702
--- /dev/null
+++ b/src/content.hpp
@@ -0,0 +1,6 @@
+#ifndef CONTENT_HPP
+#define CONTENT_HPP
+
+#include "master_content.hpp"
+
+#endif