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