From da7878360b0b4c58af922b491f5d775a867b191a Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 19 Jan 2026 17:10:19 +0100 Subject: Moving the ghost layers --- lib/core/c++/chunk.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/core/c++') diff --git a/lib/core/c++/chunk.hpp b/lib/core/c++/chunk.hpp index bfef358..38b567b 100644 --- a/lib/core/c++/chunk.hpp +++ b/lib/core/c++/chunk.hpp @@ -32,7 +32,10 @@ using SuperChunk = Array; namespace saw { template class data,Encode> final { +public: + using Schema = kel::lbm::sch::Chunk; private: + data public: }; } -- cgit v1.2.3