whitespace cleanup
This commit is contained in:
+2
-3
@@ -23,8 +23,8 @@ public:
|
||||
virtual void Unload();
|
||||
|
||||
void FadeToActualBrightness();
|
||||
void SetBrightness( float fBrightness ); /* overrides pref and Cover */
|
||||
|
||||
void SetBrightness( float fBrightness ); // overrides pref and Cover
|
||||
|
||||
DancingCharacters* GetDancingCharacters();
|
||||
|
||||
void GetLoadedBackgroundChanges( vector<BackgroundChange> **pBackgroundChangesOut );
|
||||
@@ -33,7 +33,6 @@ protected:
|
||||
BackgroundImpl *m_pImpl;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
+1
-4
@@ -1,18 +1,15 @@
|
||||
/* Foreground - Foreground in front of notes while playing. */
|
||||
#ifndef FOREGROUND_H
|
||||
#define FOREGROUND_H
|
||||
|
||||
#include "ActorFrame.h"
|
||||
|
||||
class Song;
|
||||
|
||||
/** @brief Foreground in front of notes while playing. */
|
||||
class Foreground: public ActorFrame
|
||||
{
|
||||
public:
|
||||
~Foreground();
|
||||
|
||||
void Unload();
|
||||
|
||||
void LoadFromSong( const Song *pSong );
|
||||
|
||||
virtual void Update( float fDeltaTime );
|
||||
|
||||
Reference in New Issue
Block a user