From 69209c38968c6f4066a772e0a51a2928749217de Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Fri, 9 Dec 2011 19:00:23 +0000 Subject: Re-indenting the code to use standard tabs. Yes, I know this is pretty pointless, but who cares? --- Stars45/CmpSelectDlg.h | 106 ++++++++++++++++++++++++------------------------- 1 file changed, 53 insertions(+), 53 deletions(-) (limited to 'Stars45/CmpSelectDlg.h') diff --git a/Stars45/CmpSelectDlg.h b/Stars45/CmpSelectDlg.h index db4ba37..5851f37 100644 --- a/Stars45/CmpSelectDlg.h +++ b/Stars45/CmpSelectDlg.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: CmpSelectDlg.h - AUTHOR: John DiCamillo + SUBSYSTEM: Stars.exe + FILE: CmpSelectDlg.h + AUTHOR: John DiCamillo - OVERVIEW - ======== - Mission Select Dialog Active Window class + OVERVIEW + ======== + Mission Select Dialog Active Window class */ #ifndef CmpSelectDlg_h @@ -35,56 +35,56 @@ class Starshatter; class CmpSelectDlg : public FormWindow { public: - CmpSelectDlg(Screen* s, FormDef& def, MenuScreen* mgr); - virtual ~CmpSelectDlg(); + CmpSelectDlg(Screen* s, FormDef& def, MenuScreen* mgr); + virtual ~CmpSelectDlg(); - virtual void RegisterControls(); - virtual void Show(); - virtual void ExecFrame(); - virtual bool CanClose(); + virtual void RegisterControls(); + virtual void Show(); + virtual void ExecFrame(); + virtual bool CanClose(); - // Operations: - virtual void OnCampaignSelect(AWEvent* event); - virtual void OnNew(AWEvent* event); - virtual void OnSaved(AWEvent* event); - virtual void OnDelete(AWEvent* event); - virtual void OnConfirmDelete(AWEvent* event); - virtual void OnAccept(AWEvent* event); - virtual void OnCancel(AWEvent* event); + // Operations: + virtual void OnCampaignSelect(AWEvent* event); + virtual void OnNew(AWEvent* event); + virtual void OnSaved(AWEvent* event); + virtual void OnDelete(AWEvent* event); + virtual void OnConfirmDelete(AWEvent* event); + virtual void OnAccept(AWEvent* event); + virtual void OnCancel(AWEvent* event); - virtual DWORD LoadProc(); + virtual DWORD LoadProc(); protected: - virtual void StartLoadProc(); - virtual void StopLoadProc(); - virtual void ShowNewCampaigns(); - virtual void ShowSavedCampaigns(); - - MenuScreen* manager; - - Button* btn_new; - Button* btn_saved; - Button* btn_delete; - Button* btn_accept; - Button* btn_cancel; - - ListBox* lst_campaigns; - - ActiveWindow* description; - - Starshatter* stars; - Campaign* campaign; - int selected_mission; - HANDLE hproc; - ThreadSync sync; - bool loading; - bool loaded; - Text load_file; - int load_index; - bool show_saved; - List images; - - Text select_msg; + virtual void StartLoadProc(); + virtual void StopLoadProc(); + virtual void ShowNewCampaigns(); + virtual void ShowSavedCampaigns(); + + MenuScreen* manager; + + Button* btn_new; + Button* btn_saved; + Button* btn_delete; + Button* btn_accept; + Button* btn_cancel; + + ListBox* lst_campaigns; + + ActiveWindow* description; + + Starshatter* stars; + Campaign* campaign; + int selected_mission; + HANDLE hproc; + ThreadSync sync; + bool loading; + bool loaded; + Text load_file; + int load_index; + bool show_saved; + List images; + + Text select_msg; }; #endif CmpSelectDlg_h -- cgit v1.1