summaryrefslogtreecommitdiffhomepage
path: root/app/main.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-05-18 04:49:47 -0400
committerrealtradam <[email protected]>2021-05-18 04:49:47 -0400
commit120b693ffd02bc5c7f41ff2b9657facc7117daae (patch)
tree59e9f982dc2ee994cbbb65411065b35445048502 /app/main.rb
parent24524ad0b1c7a2aeea0bad28092e946cef8026fa (diff)
downloadtypemon-code-120b693ffd02bc5c7f41ff2b9657facc7117daae.tar.gz
typemon-code-120b693ffd02bc5c7f41ff2b9657facc7117daae.zip
.
Diffstat (limited to 'app/main.rb')
-rw-r--r--app/main.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/main.rb b/app/main.rb
index 99c10ae..a371d72 100644
--- a/app/main.rb
+++ b/app/main.rb
@@ -7,6 +7,10 @@ def require_all dir
end
end
+require 'app/dragonruby-game-toolkit-contrib/dragon/grid.rb'
+
+require_all 'helpers'
+
require 'app/ECS/signatures.rb'
require 'app/ECS/entity_manager.rb'