Skip to content

Commit 2871200

Browse files
committed
fix: added a few missing exports to recipe
1 parent 1a35930 commit 2871200

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,10 @@ ecsact_build_recipe(
177177
"ecsact_remove_component",
178178
"ecsact_stream",
179179
# dynamic
180+
"ecsact_set_system_execution_impl",
180181
"ecsact_system_execution_context_same",
182+
"ecsact_system_execution_context_parent",
183+
"ecsact_system_execution_context_stream_toggle",
181184
"ecsact_system_execution_context_entity",
182185
"ecsact_system_execution_context_generate",
183186
"ecsact_system_execution_context_id",

0 commit comments

Comments
 (0)