diff options
| author | Tom Black <[email protected]> | 2017-02-17 00:50:09 -0500 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2017-02-17 00:50:09 -0500 |
| commit | e11976895af419e7411ae1d326779ff04909b6ca (patch) | |
| tree | 912d41835e5600f2899942568ccb25656073591d /lib/ruby2d.rb | |
| parent | b017a89612b3e264467eeb481f2c4bfeee81e825 (diff) | |
| download | ruby2d-e11976895af419e7411ae1d326779ff04909b6ca.tar.gz ruby2d-e11976895af419e7411ae1d326779ff04909b6ca.zip | |
Add sound and music classes
Diffstat (limited to 'lib/ruby2d.rb')
| -rw-r--r-- | lib/ruby2d.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ruby2d.rb b/lib/ruby2d.rb index 125ad82..4be4f39 100644 --- a/lib/ruby2d.rb +++ b/lib/ruby2d.rb @@ -12,6 +12,8 @@ require 'ruby2d/triangle' require 'ruby2d/image' require 'ruby2d/sprite' require 'ruby2d/text' +require 'ruby2d/sound' +require 'ruby2d/music' require 'ruby2d/ruby2d' # load native extension include Ruby2D::DSL |
