aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-06-26 15:20:40 +0100
committergingerBill <bill@gingerbill.org>2023-06-26 15:20:40 +0100
commitea00619c3bc1baacd249552397c445fd86dd7500 (patch)
tree3f8c6512719af53e766b610d0205b56815796759 /src/entity.cpp
parent19ea0906332e6185cd0eefe873179b9058ccd725 (diff)
`for &e, i in array` and `for k, &v in map` (alternative to passing the iterable by pointer)
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index d6f4edece..2dcb76482 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -209,6 +209,8 @@ struct Entity {
ParameterValue param_value;
+ Type *for_loop_parent_type;
+
String thread_local_model;
Entity * foreign_library;
Ast * foreign_library_ident;