--- AE/Installer/trunk/source/aeinstallerapp.h 2009/07/15 21:16:14 423 +++ 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 -string escapePath(string input); - /*! * Forward declarations */ @@ -81,6 +77,7 @@ DECLARE_APP(AEInstallerApp) #endif // _AEINSTALLERAPP_H_ -int globalizeData(void); + void globalize2(void); -MainWindow* TheWindow; \ No newline at end of file +bool CheckForRequiredSoftware(void); +void doglobalizeData(void);