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

#include "lbm_unit.h"

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