summaryrefslogtreecommitdiff
path: root/c++/component.hpp
blob: 08be2f5111361763c90f2931c1fda7203da1b5f3 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

namespace kel {
namespace lbm {

template<typename T>
class component {};
}
}