summaryrefslogtreecommitdiffhomepage
path: root/lib/ruby2d.rb
diff options
context:
space:
mode:
authorTom Black <[email protected]>2018-09-20 20:57:55 -0700
committerTom Black <[email protected]>2018-09-20 20:57:55 -0700
commit35a1c94eeef017413d0a20e68082441d2cd13264 (patch)
tree93603028741c922eefe3c36862b9a590db1d1d80 /lib/ruby2d.rb
parent5d386b3cf58dfeb1d9c02621814944c0e0648afc (diff)
downloadruby2d-35a1c94eeef017413d0a20e68082441d2cd13264.tar.gz
ruby2d-35a1c94eeef017413d0a20e68082441d2cd13264.zip
Expose window attributes through class methods
Diffstat (limited to 'lib/ruby2d.rb')
-rw-r--r--lib/ruby2d.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ruby2d.rb b/lib/ruby2d.rb
index 02aba95..823512f 100644
--- a/lib/ruby2d.rb
+++ b/lib/ruby2d.rb
@@ -4,7 +4,6 @@ require 'ruby2d/renderable'
require 'ruby2d/exceptions'
require 'ruby2d/color'
require 'ruby2d/window'
-require 'ruby2d/application'
require 'ruby2d/dsl'
require 'ruby2d/quad'
require 'ruby2d/line'