summaryrefslogtreecommitdiffhomepage
path: root/Stars45/CmpLoadDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/CmpLoadDlg.h')
-rw-r--r--Stars45/CmpLoadDlg.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/Stars45/CmpLoadDlg.h b/Stars45/CmpLoadDlg.h
index 64dd538..ed597a6 100644
--- a/Stars45/CmpLoadDlg.h
+++ b/Stars45/CmpLoadDlg.h
@@ -1,15 +1,15 @@
/* Project Starshatter 4.5
- Destroyer Studios LLC
- Copyright © 1997-2004. All Rights Reserved.
+ Destroyer Studios LLC
+ Copyright © 1997-2004. All Rights Reserved.
- SUBSYSTEM: Stars.exe
- FILE: CmpLoadDlg.h
- AUTHOR: John DiCamillo
+ SUBSYSTEM: Stars.exe
+ FILE: CmpLoadDlg.h
+ AUTHOR: John DiCamillo
- OVERVIEW
- ========
- Campaign title card and load progress dialog
+ OVERVIEW
+ ========
+ Campaign title card and load progress dialog
*/
#ifndef CmpLoadDlg_h
@@ -23,23 +23,23 @@
class CmpLoadDlg : public FormWindow
{
public:
- CmpLoadDlg(Screen* s, FormDef& def);
- virtual ~CmpLoadDlg();
+ CmpLoadDlg(Screen* s, FormDef& def);
+ virtual ~CmpLoadDlg();
- // Operations:
- virtual void ExecFrame();
- virtual void MoveTo(const Rect& r);
- virtual void RegisterControls();
- virtual void Show();
+ // Operations:
+ virtual void ExecFrame();
+ virtual void MoveTo(const Rect& r);
+ virtual void RegisterControls();
+ virtual void Show();
- virtual bool IsDone();
+ virtual bool IsDone();
protected:
- ActiveWindow* lbl_activity;
- Slider* lbl_progress;
- ActiveWindow* lbl_title;
- ImageBox* img_title;
- DWORD show_time;
+ ActiveWindow* lbl_activity;
+ Slider* lbl_progress;
+ ActiveWindow* lbl_title;
+ ImageBox* img_title;
+ DWORD show_time;
};
#endif CmpLoadDlg_h