Files
itgmania212121/stepmania/src/GrooveRadar.cpp
T

29 lines
592 B
C++
Raw Normal View History

2002-03-31 07:55:25 +00:00
#include "stdafx.h"
/*
-----------------------------------------------------------------------------
Class: GrooveRadar
Desc: See header.
Copyright (c) 2001 Chris Danford. All rights reserved.
-----------------------------------------------------------------------------
*/
#include "RageUtil.h"
#include "GrooveRadar.h"
#include "ThemeManager.h"
#include "RageBitmapTexture.h"
GrooveRadar::GrooveRadar()
{
m_sprRadar.Load( THEME->GetPathTo(GRAPHIC_SELECT_MUSIC_RADAR) );
this->AddActor( &m_sprRadar );
}
void GrooveRadar::LoadFromSong( Song* pSong ) // NULL means no song
{
}