summaryrefslogtreecommitdiff
path: root/engine/systems/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'engine/systems/index.ts')
-rw-r--r--engine/systems/index.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/engine/systems/index.ts b/engine/systems/index.ts
new file mode 100644
index 0000000..6cb6f35
--- /dev/null
+++ b/engine/systems/index.ts
@@ -0,0 +1,8 @@
+export * from "./names";
+export * from "./System";
+export * from "./Render";
+export * from "./Physics";
+export * from "./Input";
+export * from "./FacingDirection";
+export * from "./Collision";
+export * from "./WallBounds";