aboutsummaryrefslogtreecommitdiff
path: root/src/tools.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tools.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools.hpp b/src/tools.hpp
index 2b8c5b5..7955263 100644
--- a/src/tools.hpp
+++ b/src/tools.hpp
@@ -4,7 +4,7 @@
4 4
5class Universe; 5class Universe;
6 6
7enum class [[nodiscard]] LookupMode 7enum class LookupMode
8{ 8{
9 LaneBody, // send the lane body directly from the source to the destination lane. keep this one first so that it's the value we get when we default-construct 9 LaneBody, // send the lane body directly from the source to the destination lane. keep this one first so that it's the value we get when we default-construct
10 ToKeeper, // send a function from a lane to a keeper state 10 ToKeeper, // send a function from a lane to a keeper state