4#include "Etterna/Actor/Base/ActorFrame.h"
14 void LoadFromSong(
const Song* pSong);
16 void Update(
float fDeltaTime)
override;
17 void HandleMessage(
const Message& msg)
override;
28 std::vector<LoadedBGA> m_BGAnimations;
29 float m_fLastMusicSeconds = 0.F;
A container for other Actors.
Definition ActorFrame.h:8
Base class for all objects that appear on the screen.
Definition Actor.h:77
Foreground in front of notes while playing.
Definition Foreground.h:10
Holds all music metadata and steps for one song.
Definition Song.h:65
Definition Foreground.h:21
Definition MessageManager.h:96