Skip to content

Commit

Permalink
working on making it rubygame agnostic still down to events
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoodspeed committed Nov 7, 2010
1 parent acb5ede commit 6e05afa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions lib/input/event_helper.rb
@@ -1,9 +1,6 @@




class EventHelper class EventHelper
include Rubygame
include Rubygame::Events
include Rubygame::EventTriggers


attr_reader :player_hooks, :npc_hooks, :battle_layer_hooks, :battle_active_hooks, attr_reader :player_hooks, :npc_hooks, :battle_layer_hooks, :battle_active_hooks,
:menu_active_hooks, :menu_killed_hooks, :always_on_hooks :menu_active_hooks, :menu_killed_hooks, :always_on_hooks
Expand Down
2 changes: 0 additions & 2 deletions spec/battle/battle_victory_helper_spec.rb
Expand Up @@ -3,12 +3,10 @@


require 'spec/rspec_helper' require 'spec/rspec_helper'
require 'rubygems' require 'rubygems'
require 'rubygame'


describe BattleVictoryHelper do describe BattleVictoryHelper do
include MockeryHelp include MockeryHelp
include DomainMocks include DomainMocks
include Rubygame


before(:each) do before(:each) do
@battle_victory_helper = BattleVictoryHelper.new @battle_victory_helper = BattleVictoryHelper.new
Expand Down
1 change: 0 additions & 1 deletion spec/rspec_helper.rb
@@ -1,5 +1,4 @@
require 'rubygems' require 'rubygems'

require 'rubygame' require 'rubygame'
require 'json' require 'json'
require 'forwardable' require 'forwardable'
Expand Down

0 comments on commit 6e05afa

Please sign in to comment.