From 193315380ed9c714e5f78b7d1b1224cfc68ccaaa Mon Sep 17 00:00:00 2001 From: lstrzebinczyk Date: Wed, 29 Mar 2017 23:11:04 +0200 Subject: introduce Ruby2D::Renderable --- bin/ruby2d | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/ruby2d b/bin/ruby2d index d399479..c98b464 100755 --- a/bin/ruby2d +++ b/bin/ruby2d @@ -14,6 +14,7 @@ end # The Ruby 2D library files @lib_files = [ + 'renderable', 'exceptions', 'color', 'window', -- cgit v1.2.3