From b017a89612b3e264467eeb481f2c4bfeee81e825 Mon Sep 17 00:00:00 2001 From: Tom Black Date: Fri, 17 Feb 2017 00:30:07 -0500 Subject: Clean up exception class, move up in require order --- bin/ruby2d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ruby2d b/bin/ruby2d index 98a1e7e..06e1fd2 100755 --- a/bin/ruby2d +++ b/bin/ruby2d @@ -15,6 +15,7 @@ end # The Ruby 2D library files @lib_files = [ + 'exceptions', 'color', 'window', 'application', @@ -26,7 +27,6 @@ end 'image', 'sprite', 'text', - 'exceptions' ] -- cgit v1.2.3