diff options
Diffstat (limited to 'engine/utils/index.ts')
-rw-r--r-- | engine/utils/index.ts | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/engine/utils/index.ts b/engine/utils/index.ts index 82a0d05..65446d1 100644 --- a/engine/utils/index.ts +++ b/engine/utils/index.ts @@ -1,3 +1,4 @@ -export * from "./rotateVector"; -export * from "./dotProduct"; -export * from "./clamp"; +export * from './rotateVector'; +export * from './dotProduct'; +export * from './clamp'; +export * from './coding'; |