diff options
Diffstat (limited to 'engine/structures/index.ts')
-rw-r--r-- | engine/structures/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/structures/index.ts b/engine/structures/index.ts index 605a82a..49a84af 100644 --- a/engine/structures/index.ts +++ b/engine/structures/index.ts @@ -1 +1,3 @@ +export * from "./RefreshingCollisionFinderBehavior"; export * from "./QuadTree"; +export * from "./Grid"; |