From b9aacd9c2fdc61721c8ca3e1b40ebc92daa3772e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 5 Nov 2025 13:38:04 +0100 Subject: Reworking structure --- lib/core/c++/statistics.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/core/c++/statistics.hpp (limited to 'lib/core/c++/statistics.hpp') diff --git a/lib/core/c++/statistics.hpp b/lib/core/c++/statistics.hpp new file mode 100644 index 0000000..c07ccb7 --- /dev/null +++ b/lib/core/c++/statistics.hpp @@ -0,0 +1,11 @@ +#pragma once + +namespace kel { +namespace lbm { +template +class statistics { +private: +public: +}; +} +} -- cgit v1.2.3