summaryrefslogtreecommitdiff
path: root/lib/core/c++/schema.hpp
blob: 0c92ae67e3ec6619c22e6e9f2d3a74f96d063fe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <forstio/codec/schema.hpp>

namespace kel {
	namespace lbm {
		namespace sch {
		using namespace saw::schema;
		}
	}
}