lib/lotu.rb in lotu-0.1.14 vs lib/lotu.rb in lotu-0.1.15
- old
+ new
@@ -3,6 +3,6 @@
require 'gosu'
%w{vector2d string}.each{|file| require "misc/#{file}"}
%w{system_user collidable controllable eventful}.each{|file| require "behaviors/#{file}"}
%w{game system actor cursor text_box}.each{|file| require file}
-%w{interpolation_system animation_system input_system stalker_system fps_system collision_system steering_system}.each{|file| require "systems/#{file}"}
+%w{interpolation animation input stalker fps collision steering}.map{|s| "#{s}_system"}.each{|file| require "systems/#{file}"}