const, less includes
This commit is contained in:
@@ -10,9 +10,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "DifficultyIcon.h"
|
#include "DifficultyIcon.h"
|
||||||
#include "RageUtil.h"
|
|
||||||
#include "GameConstantsAndTypes.h"
|
|
||||||
#include "PrefsManager.h"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -12,9 +12,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "Sprite.h"
|
#include "Sprite.h"
|
||||||
#include "Song.h"
|
#include "Notes.h"
|
||||||
#include "BitmapText.h"
|
#include "ThemeManager.h"
|
||||||
#include "PrefsManager.h"
|
|
||||||
|
|
||||||
|
|
||||||
class DifficultyIcon : public Sprite
|
class DifficultyIcon : public Sprite
|
||||||
@@ -28,7 +27,7 @@ public:
|
|||||||
SetFromNotes( NULL );
|
SetFromNotes( NULL );
|
||||||
};
|
};
|
||||||
|
|
||||||
void SetFromNotes( Notes* pNotes )
|
void SetFromNotes( const Notes* pNotes )
|
||||||
{
|
{
|
||||||
if( pNotes != NULL )
|
if( pNotes != NULL )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user