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/OptDlg.h | 100 +++++++++++++++++++++++++++---------------------------- 1 file changed, 50 insertions(+), 50 deletions(-) (limited to 'Stars45/OptDlg.h') diff --git a/Stars45/OptDlg.h b/Stars45/OptDlg.h index dfc8f84..b983c7c 100644 --- a/Stars45/OptDlg.h +++ b/Stars45/OptDlg.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: OptDlg.h - AUTHOR: John DiCamillo + SUBSYSTEM: Stars.exe + FILE: OptDlg.h + AUTHOR: John DiCamillo - OVERVIEW - ======== - Main Menu Dialog Active Window class + OVERVIEW + ======== + Main Menu Dialog Active Window class */ #ifndef OptDlg_h @@ -32,55 +32,55 @@ class BaseScreen; class OptDlg : public FormWindow { public: - OptDlg(Screen* s, FormDef& def, BaseScreen* mgr); - virtual ~OptDlg(); + OptDlg(Screen* s, FormDef& def, BaseScreen* mgr); + virtual ~OptDlg(); - virtual void RegisterControls(); - virtual void Show(); - virtual void ExecFrame(); + virtual void RegisterControls(); + virtual void Show(); + virtual void ExecFrame(); - // Operations: - virtual void Apply(); - virtual void Cancel(); + // Operations: + virtual void Apply(); + virtual void Cancel(); - virtual void OnApply(AWEvent* event); - virtual void OnCancel(AWEvent* event); + virtual void OnApply(AWEvent* event); + virtual void OnCancel(AWEvent* event); - virtual void OnEnter(AWEvent* event); - virtual void OnExit(AWEvent* event); + virtual void OnEnter(AWEvent* event); + virtual void OnExit(AWEvent* event); - virtual void OnAudio(AWEvent* event); - virtual void OnVideo(AWEvent* event); - virtual void OnOptions(AWEvent* event); - virtual void OnControls(AWEvent* event); - virtual void OnMod(AWEvent* event); + virtual void OnAudio(AWEvent* event); + virtual void OnVideo(AWEvent* event); + virtual void OnOptions(AWEvent* event); + virtual void OnControls(AWEvent* event); + virtual void OnMod(AWEvent* event); protected: - BaseScreen* manager; - - ComboBox* flight_model; - ComboBox* flying_start; - ComboBox* landings; - ComboBox* ai_difficulty; - ComboBox* hud_mode; - ComboBox* hud_color; - ComboBox* joy_mode; - ComboBox* ff_mode; - ComboBox* grid_mode; - ComboBox* gunsight; - - ActiveWindow* description; - - Button* aud_btn; - Button* vid_btn; - Button* opt_btn; - Button* ctl_btn; - Button* mod_btn; - - Button* apply; - Button* cancel; - - bool closed; + BaseScreen* manager; + + ComboBox* flight_model; + ComboBox* flying_start; + ComboBox* landings; + ComboBox* ai_difficulty; + ComboBox* hud_mode; + ComboBox* hud_color; + ComboBox* joy_mode; + ComboBox* ff_mode; + ComboBox* grid_mode; + ComboBox* gunsight; + + ActiveWindow* description; + + Button* aud_btn; + Button* vid_btn; + Button* opt_btn; + Button* ctl_btn; + Button* mod_btn; + + Button* apply; + Button* cancel; + + bool closed; }; #endif OptDlg_h -- cgit v1.1