diff options
| author | Tom Black <[email protected]> | 2015-10-04 20:12:32 -0400 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2015-10-04 20:12:32 -0400 |
| commit | d70e4d425eab3848226215d42b3a81b8e191de1a (patch) | |
| tree | 197bd95fe7bf5a6479aceb646a8549cb1cf57183 /lib/ruby2d.rb | |
| download | ruby2d-d70e4d425eab3848226215d42b3a81b8e191de1a.tar.gz ruby2d-d70e4d425eab3848226215d42b3a81b8e191de1a.zip | |
First!
Diffstat (limited to 'lib/ruby2d.rb')
| -rw-r--r-- | lib/ruby2d.rb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/ruby2d.rb b/lib/ruby2d.rb new file mode 100644 index 0000000..3e8ab78 --- /dev/null +++ b/lib/ruby2d.rb @@ -0,0 +1,17 @@ +# ruby2d.rb + +require 'ruby2d/window' +require 'ruby2d/application' +require 'ruby2d/color' +require 'ruby2d/quad' +require 'ruby2d/rectangle' +require 'ruby2d/square' +require 'ruby2d/triangle' +require 'ruby2d/image' +require 'ruby2d/text' +require 'ruby2d/dsl' +require 'ruby2d/exceptions' +require 'ruby2d/ruby2d' # load native extension + +include Ruby2D::DSL +include Ruby2D |
