add foreground gameplay layer

This commit is contained in:
Glenn Maynard
2004-01-07 00:13:32 +00:00
parent 137b7b9a8a
commit 5ef57a474b
10 changed files with 220 additions and 55 deletions
+5
View File
@@ -117,6 +117,11 @@ void Song::AddBackgroundChange( BackgroundChange seg )
SortBackgroundChangesArray( m_BackgroundChanges );
}
void Song::AddForegroundChange( BackgroundChange seg )
{
m_ForegroundChanges.push_back( seg );
SortBackgroundChangesArray( m_ForegroundChanges );
}
void Song::AddLyricSegment( LyricSegment seg )
{