@@ -38,10 +38,10 @@ struct Patch_Dawnload_Progress
3838 shared_str Status;
3939 shared_str FileName;
4040
41- bool GetInProgress () { return IsInProgress; };
42- float GetProgress () { return Progress; };
43- LPCSTR GetStatus () { return Status.c_str (); };
44- LPCSTR GetFlieName () { return FileName.c_str (); };
41+ bool GetInProgress () { return IsInProgress; }
42+ float GetProgress () { return Progress; }
43+ LPCSTR GetStatus () { return Status.c_str (); }
44+ LPCSTR GetFlieName () { return FileName.c_str (); }
4545};
4646
4747class CMainMenu : public IMainMenu ,
@@ -71,11 +71,14 @@ class CMainMenu : public IMainMenu,
7171 void ReadTextureInfo ();
7272
7373 xr_vector<CUIWindow*> m_pp_draw_wnds;
74- # ifdef WINDOWS
74+
7575 CGameSpy_Full* m_pGameSpyFull;
7676 gamespy_gp::account_manager* m_account_mngr;
7777 gamespy_gp::login_manager* m_login_mngr;
7878 gamespy_profile::profile_store* m_profile_store;
79+
80+ #ifdef WINDOWS
81+
7982 gamespy_profile::stats_submitter* m_stats_submitter;
8083 atlas_submit_queue* m_atlas_submit_queue;
8184#endif
@@ -109,11 +112,12 @@ class CMainMenu : public IMainMenu,
109112 Patch_Dawnload_Progress m_sPDProgress;
110113 Patch_Dawnload_Progress* GetPatchProgress () { return &m_sPDProgress; }
111114 void CancelDownload ();
115+ gamespy_gp::account_manager* GetAccountMngr () { return m_account_mngr; }
116+ gamespy_gp::login_manager* GetLoginMngr () { return m_login_mngr; }
117+ gamespy_profile::profile_store* GetProfileStore () { return m_profile_store; }
118+
112119#ifdef WINDOWS
113120 CGameSpy_Full* GetGS () { return m_pGameSpyFull; };
114- gamespy_gp::account_manager* GetAccountMngr () { return m_account_mngr; };
115- gamespy_gp::login_manager* GetLoginMngr () { return m_login_mngr; };
116- gamespy_profile::profile_store* GetProfileStore () { return m_profile_store; };
117121 gamespy_profile::stats_submitter* GetStatsSubmitter () { return m_stats_submitter; };
118122 atlas_submit_queue* GetSubmitQueue () { return m_atlas_submit_queue; };
119123#endif
0 commit comments