feat:data slove and update heatmap

This commit is contained in:
2025-10-29 14:09:28 +08:00
parent c50b44efe2
commit c6cef3d89d
200 changed files with 100674 additions and 52814 deletions

View File

@@ -1,12 +1,12 @@
#pragma once
namespace creeper {
struct NormalAccessor {
auto get_value(this auto const& self) { return self.value; }
auto set_value(this auto& self, auto const& t) { self.value = t; }
auto get_target(this auto const& self) { return self.target; }
auto set_target(this auto& self, auto const& t) { self.target = t; }
};
}
#pragma once
namespace creeper {
struct NormalAccessor {
auto get_value(this auto const& self) { return self.value; }
auto set_value(this auto& self, auto const& t) { self.value = t; }
auto get_target(this auto const& self) { return self.target; }
auto set_target(this auto& self, auto const& t) { self.target = t; }
};
}