summaryrefslogtreecommitdiff
path: root/c++/converter.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-04-02 23:36:32 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-04-02 23:36:32 +0200
commite7f5a1110bfafcd605b9330f9c7d3f5147298ed3 (patch)
tree7825d5b93a1d7c8d1b9eba871bf4513fcc0e88cf /c++/converter.hpp
parent98c91326f5952e951247b42299a2a56515603025 (diff)
Reworking the current structure
Diffstat (limited to 'c++/converter.hpp')
-rw-r--r--c++/converter.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/c++/converter.hpp b/c++/converter.hpp
new file mode 100644
index 0000000..bc307f5
--- /dev/null
+++ b/c++/converter.hpp
@@ -0,0 +1,13 @@
+#pragma once
+
+#include "lbm_unit.h"
+
+namespace kel {
+namespace lbm {
+class converter {
+private:
+public:
+ converter() = delete;
+};
+}
+}