add progress update
This commit is contained in:
@@ -2,14 +2,20 @@
|
||||
#define SCREEN_RELOAD_SONGS_H
|
||||
|
||||
#include "Screen.h"
|
||||
#include "BitmapText.h"
|
||||
class LoadingWindow;
|
||||
|
||||
class ScreenReloadSongs: public Screen
|
||||
{
|
||||
bool m_FirstUpdate;
|
||||
|
||||
public:
|
||||
ScreenReloadSongs( CString sClassName );
|
||||
~ScreenReloadSongs();
|
||||
void Update( float fDeltaTime );
|
||||
|
||||
private:
|
||||
int m_iUpdates;
|
||||
LoadingWindow *m_LoadingWindow;
|
||||
BitmapText m_Loading;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user