This commit is contained in:
Glenn Maynard
2005-01-15 22:29:42 +00:00
parent 4ce9b72e41
commit 762c9a77fb
3 changed files with 0 additions and 18 deletions
-5
View File
@@ -1,13 +1,8 @@
#include "global.h"
#include "BGAnimation.h"
#include "PrefsManager.h"
#include "GameState.h"
#include "IniFile.h"
#include "BGAnimationLayer.h"
#include "RageUtil.h"
#include "song.h"
#include "ThemeManager.h"
#include "RageFile.h"
#include "ActorUtil.h"
#include "LuaHelpers.h"
#include "Foreach.h"
-10
View File
@@ -736,16 +736,6 @@ void BGAnimationLayer::GainFocus( float fRate, bool bRewindMovie, bool bLoop )
ActorFrame::GainFocus( fRate, bRewindMovie, bLoop );
}
void BGAnimationLayer::LoseFocus()
{
ActorFrame::LoseFocus();
}
void BGAnimationLayer::PlayCommand( const CString &sCommandName )
{
ActorFrame::PlayCommand( sCommandName );
}
/*
* (c) 2001-2004 Ben Nordstrom, Chris Danford, Glenn Maynard
-3
View File
@@ -26,9 +26,6 @@ public:
float GetMaxTweenTimeLeft() const;
void GainFocus( float fRate, bool bRewindMovie, bool bLoop );
void LoseFocus();
void PlayCommand( const CString &sCommandName );
protected:
vector<RageVector3> m_vParticleVelocity;