From 2f33ead363e878e2fb61821821aef09edb789aba Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 5 Jun 2011 10:06:44 -0400 Subject: [PATCH] [loading window] .hgeol --- src/InGameLoadingWindow.h | 42 +++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/InGameLoadingWindow.h b/src/InGameLoadingWindow.h index 52f967ed71..431be5119f 100644 --- a/src/InGameLoadingWindow.h +++ b/src/InGameLoadingWindow.h @@ -1,21 +1,21 @@ -#include "arch/LoadingWindow/LoadingWindow.h" -#include "BitmapText.h" -#include "RageTimer.h" -#include "global.h" -#include "ActorFrame.h" - -class InGameLoadingWindow: public LoadingWindow, public ActorFrame { - -public: - InGameLoadingWindow(); - ~InGameLoadingWindow(); - - void SetText( RString str ); - void Update ( float delta ); - -private: - bool textChanged; - RString currentText; - BitmapText m_Text; -}; - +#include "arch/LoadingWindow/LoadingWindow.h" +#include "BitmapText.h" +#include "RageTimer.h" +#include "global.h" +#include "ActorFrame.h" + +class InGameLoadingWindow: public LoadingWindow, public ActorFrame { + +public: + InGameLoadingWindow(); + ~InGameLoadingWindow(); + + void SetText( RString str ); + void Update ( float delta ); + +private: + bool textChanged; + RString currentText; + BitmapText m_Text; +}; +