diff options
| author | realtradam <[email protected]> | 2021-05-18 04:49:47 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-05-18 04:49:47 -0400 |
| commit | 120b693ffd02bc5c7f41ff2b9657facc7117daae (patch) | |
| tree | 59e9f982dc2ee994cbbb65411065b35445048502 /app/main.rb | |
| parent | 24524ad0b1c7a2aeea0bad28092e946cef8026fa (diff) | |
| download | typemon-code-120b693ffd02bc5c7f41ff2b9657facc7117daae.tar.gz typemon-code-120b693ffd02bc5c7f41ff2b9657facc7117daae.zip | |
.
Diffstat (limited to 'app/main.rb')
| -rw-r--r-- | app/main.rb | 4 |
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' |
