From 1422c0b143016e4189c0f6129f571c3e8d437b12 Mon Sep 17 00:00:00 2001 From: York Jasper Niebuhr Date: Fri, 3 Apr 2026 23:59:53 +0200 Subject: [PATCH] Added target globalization notes --- finalize/accumulation.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/finalize/accumulation.cpp b/finalize/accumulation.cpp index c0b4fd3..4e263b6 100644 --- a/finalize/accumulation.cpp +++ b/finalize/accumulation.cpp @@ -11,6 +11,9 @@ static std::size_t next_global_target_uid = 0; std::unordered_map targets; std::unordered_map units; +// NOTE -> Field comparison for this matter can literally just compare field attributes +// Two different types with exactly same field structure will not cause problems if simply randomized together + static bool global_target_field_cmp(const TARGET& a, const TARGET& b) { // TODO return true;