diff --git a/jecs.d.ts b/jecs.d.ts index 4ffb93b..6d70f50 100644 --- a/jecs.d.ts +++ b/jecs.d.ts @@ -289,6 +289,9 @@ export function pair_first
(world: World, p: Pair
): Entity
; */ export function pair_second
(world: World, p: Pair
): Entity (pair: Pair ): Entity ;
+export function ECS_PAIR_SECOND (pair: Pair ): Entity