summaryrefslogtreecommitdiffhomepage
path: root/app/main.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/main.rb')
-rw-r--r--app/main.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/main.rb b/app/main.rb
index 5a172c5..234143b 100644
--- a/app/main.rb
+++ b/app/main.rb
@@ -1,3 +1,5 @@
+require 'app/helpers/vectors/magnitude.rb'
+
require 'app/felflame.rb'
require 'app/scenes/scenes.rb'
@@ -50,6 +52,7 @@ require 'app/systems/cleanup_bullets.rb'
require 'app/systems/ai/scatter.rb'
require 'app/systems/ai/rejoin.rb'
require 'app/systems/ai/target_player.rb'
+
require 'app/factories/bullet.rb'
require 'app/factories/ships/osprey.rb'