Cleanup.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef SELECTOR_DIALOG
|
||||
#define SELECTOR_DIALOG
|
||||
#ifndef SELECTOR_DIALOG_H
|
||||
#define SELECTOR_DIALOG_H
|
||||
|
||||
#include "arch/arch_platform.h"
|
||||
|
||||
|
||||
@@ -9,13 +9,13 @@ public:
|
||||
RageMovieTexture( RageTextureID ID ): RageTexture(ID) { }
|
||||
virtual ~RageMovieTexture() { }
|
||||
virtual RString Init() { return RString(); }
|
||||
virtual void Update(float fDeltaTime) { }
|
||||
virtual void Update( float fDeltaTime ) { }
|
||||
|
||||
virtual void Reload() = 0;
|
||||
|
||||
virtual void SetPosition( float fSeconds ) = 0;
|
||||
virtual void SetPlaybackRate( float fRate ) = 0;
|
||||
virtual void SetLooping(bool looping=true) { }
|
||||
virtual void SetLooping( bool looping=true ) { }
|
||||
|
||||
bool IsAMovie() const { return true; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user