summaryrefslogtreecommitdiffhomepage
path: root/lib/ruby2d.rb
diff options
context:
space:
mode:
authorlstrzebinczyk <[email protected]>2017-03-29 23:11:04 +0200
committerTom Black <[email protected]>2017-04-02 17:09:27 -0400
commit193315380ed9c714e5f78b7d1b1224cfc68ccaaa (patch)
tree5a59dfc011e5433bc3628fe32073b89f3f41e39f /lib/ruby2d.rb
parent5247c3caa0091a77cce772de30cd44aaff484e16 (diff)
downloadruby2d-193315380ed9c714e5f78b7d1b1224cfc68ccaaa.tar.gz
ruby2d-193315380ed9c714e5f78b7d1b1224cfc68ccaaa.zip
introduce Ruby2D::Renderable
Diffstat (limited to 'lib/ruby2d.rb')
-rw-r--r--lib/ruby2d.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ruby2d.rb b/lib/ruby2d.rb
index f77d5f7..4c13dd9 100644
--- a/lib/ruby2d.rb
+++ b/lib/ruby2d.rb
@@ -1,5 +1,6 @@
# ruby2d.rb
+require 'ruby2d/renderable'
require 'ruby2d/exceptions'
require 'ruby2d/color'
require 'ruby2d/window'