Skip to content

Commit

Permalink
code 6_6.rb changed to include require ball and player
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Patel committed Feb 29, 2012
1 parent 34c269f commit 55fdc76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/help/shared/ruby4kids/code6_6.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
require 'gosu'
require 'player'
require 'ball'

class MyGame < Gosu::Window
def initialize
Expand Down

0 comments on commit 55fdc76

Please sign in to comment.