aboutsummaryrefslogtreecommitdiff
path: root/src/deep.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-04-16 12:46:14 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-04-16 12:46:14 +0200
commitd6f5a7795360e3c2a6fc2d424904b6daa1f2accd (patch)
tree8ac5f6c7076de45ec837d3b669ffc61f72bd4f5a /src/deep.h
parente7276bee137b87a2323b125a6a8c792de73819eb (diff)
downloadlanes-d6f5a7795360e3c2a6fc2d424904b6daa1f2accd.tar.gz
lanes-d6f5a7795360e3c2a6fc2d424904b6daa1f2accd.tar.bz2
lanes-d6f5a7795360e3c2a6fc2d424904b6daa1f2accd.zip
C++ migration: more conversion to InterCopyContext. debugspew indentation is managed by a scope object
Diffstat (limited to 'src/deep.h')
-rw-r--r--src/deep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deep.h b/src/deep.h
index 7c0aa6d..27aed8f 100644
--- a/src/deep.h
+++ b/src/deep.h
@@ -23,7 +23,7 @@ class Universe;
23 23
24enum class LookupMode 24enum class LookupMode
25{ 25{
26 LaneBody, // send the lane body directly from the source to the destination lane 26 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
27 ToKeeper, // send a function from a lane to a keeper state 27 ToKeeper, // send a function from a lane to a keeper state
28 FromKeeper // send a function from a keeper state to a lane 28 FromKeeper // send a function from a keeper state to a lane
29}; 29};