From e7afe82857ac3ccc3e10b40cee60ea94cc59232b Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 24 Apr 2021 17:11:44 -0700 Subject: Second draft of graph rebuild - Change working set approach to basic BFS with dependency (input pins) counting - TODO convert evaluator to use depths --- core/src/Utils/Vector.hpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 core/src/Utils/Vector.hpp (limited to 'core/src/Utils/Vector.hpp') diff --git a/core/src/Utils/Vector.hpp b/core/src/Utils/Vector.hpp new file mode 100644 index 0000000..372d484 --- /dev/null +++ b/core/src/Utils/Vector.hpp @@ -0,0 +1,6 @@ +#pragma once + +struct Vec2i { + int x = 0; + int y = 0; +}; -- cgit v1.2.3-70-g09d2