From 4e25534211969951e5b932caf4501f6bd0061c2a Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 15 Jan 2026 19:14:46 +0100 Subject: Working around stuff --- lib/core/c++/geometry.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/core/c++/geometry.hpp b/lib/core/c++/geometry.hpp index 9802feb..d582b2c 100644 --- a/lib/core/c++/geometry.hpp +++ b/lib/core/c++/geometry.hpp @@ -10,5 +10,10 @@ struct geometry { } }; */ + +// Ghost - 0 +// Wall - 1 +// Fluid - 2 +// Other Stuff - 3-x } } -- cgit v1.2.3