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/VidDlg.h | 116 +++++++++++++++++++++++++++---------------------------- 1 file changed, 58 insertions(+), 58 deletions(-) (limited to 'Stars45/VidDlg.h') diff --git a/Stars45/VidDlg.h b/Stars45/VidDlg.h index c0f8ea1..1096666 100644 --- a/Stars45/VidDlg.h +++ b/Stars45/VidDlg.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: VidDlg.h - AUTHOR: John DiCamillo + SUBSYSTEM: Stars.exe + FILE: VidDlg.h + AUTHOR: John DiCamillo - OVERVIEW - ======== - Main Menu Dialog Active Window class + OVERVIEW + ======== + Main Menu Dialog Active Window class */ #ifndef VidDlg_h @@ -34,72 +34,72 @@ class Starshatter; class VidDlg : public FormWindow { public: - VidDlg(Screen* s, FormDef& def, BaseScreen* mgr); - virtual ~VidDlg(); + VidDlg(Screen* s, FormDef& def, BaseScreen* mgr); + virtual ~VidDlg(); - virtual void RegisterControls(); - virtual void Show(); - virtual void ExecFrame(); + virtual void RegisterControls(); + virtual void Show(); + virtual void ExecFrame(); - // Operations: - virtual void OnTexSize(AWEvent* event); - virtual void OnMode(AWEvent* event); - virtual void OnDetail(AWEvent* event); - virtual void OnTexture(AWEvent* event); - virtual void OnGamma(AWEvent* event); + // Operations: + virtual void OnTexSize(AWEvent* event); + virtual void OnMode(AWEvent* event); + virtual void OnDetail(AWEvent* event); + virtual void OnTexture(AWEvent* event); + virtual void OnGamma(AWEvent* event); - virtual void Apply(); - virtual void Cancel(); + 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 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: - virtual void BuildModeList(); + virtual void BuildModeList(); - BaseScreen* manager; - Starshatter* stars; + BaseScreen* manager; + Starshatter* stars; - ComboBox* mode; - ComboBox* tex_size; - ComboBox* detail; - ComboBox* texture; + ComboBox* mode; + ComboBox* tex_size; + ComboBox* detail; + ComboBox* texture; - ComboBox* shadows; - ComboBox* bump_maps; - ComboBox* spec_maps; + ComboBox* shadows; + ComboBox* bump_maps; + ComboBox* spec_maps; - ComboBox* lens_flare; - ComboBox* corona; - ComboBox* nebula; - ComboBox* dust; + ComboBox* lens_flare; + ComboBox* corona; + ComboBox* nebula; + ComboBox* dust; - Slider* gamma; + Slider* gamma; - Button* aud_btn; - Button* vid_btn; - Button* opt_btn; - Button* ctl_btn; - Button* mod_btn; + Button* aud_btn; + Button* vid_btn; + Button* opt_btn; + Button* ctl_btn; + Button* mod_btn; - Button* apply; - Button* cancel; + Button* apply; + Button* cancel; - int selected_render; - int selected_card; - int selected_tex_size; - int selected_mode; - int selected_detail; - int selected_texture; - int orig_gamma; + int selected_render; + int selected_card; + int selected_tex_size; + int selected_mode; + int selected_detail; + int selected_texture; + int orig_gamma; - bool closed; + bool closed; }; #endif VidDlg_h -- cgit v1.1