summaryrefslogtreecommitdiff
path: root/c++/converter.hpp
blob: e07847fe5c6fc183807cba8ae4d3fc1a64f694f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "lbm_unit.hpp"

namespace kel {
namespace lbm {
class converter {
private:
public:
	converter() = delete;
};
}
}