--- AE/Installer/trunk/source/aeinstallerapp.h 2009/06/29 19:23:42 379 +++ AE/Installer/trunk/source/aeinstallerapp.h 2009/12/30 01:51:38 487 @@ -1,13 +1,10 @@ -///////////////////////////////////////////////////////////////////////////// -// Name: main.h -// Purpose: -// Author: -// Modified by: -// Created: 07/05/2009 17:23:39 -// RCS-ID: -// Copyright: -// Licence: -///////////////////////////////////////////////////////////////////////////// +/***************************************************************************\ +| Project: AE Installer | +| By: Gumby & Iritscen | +| File: AEInstallerApp.h | +| Function: Sets up the main application window. | +| Created: 07/05/2009 17:23:39 | +\***************************************************************************/ #ifndef _AEINSTALLERAPP_H_ #define _AEINSTALLERAPP_H_ @@ -18,12 +15,11 @@ */ ////@begin includes +#include "wx/app.h" #include "wx/image.h" #include "main_window.h" ////@end includes -bool monoPresent = false; // the Mac won't be able to do anything without mono installed - /*! * Forward declarations */ @@ -81,5 +77,7 @@ DECLARE_APP(AEInstallerApp) #endif // _AEINSTALLERAPP_H_ -int globalizeData(void); -MainWindow* TheWindow; \ No newline at end of file + +void globalize2(void); +bool CheckForRequiredSoftware(void); +void doglobalizeData(void);