ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Installer/trunk/source/aeinstallerapp.h
(Generate patch)

Comparing AE/Installer/trunk/source/aeinstallerapp.h (file contents):
Revision 423 by gumby, Wed Jul 15 21:16:14 2009 UTC vs.
Revision 487 by iritscen, Wed Dec 30 01:51:38 2009 UTC

# Line 1 | Line 1
1 < /////////////////////////////////////////////////////////////////////////////
2 < // Name:        main.h
3 < // Purpose:    
4 < // Author:      
5 < // Modified by:
6 < // Created:     07/05/2009 17:23:39
7 < // RCS-ID:      
8 < // Copyright:  
9 < // Licence:    
10 < /////////////////////////////////////////////////////////////////////////////
1 > /***************************************************************************\
2 > | Project: AE Installer                                                                                                         |
3 > | By: Gumby & Iritscen                                                                                                          |
4 > | File: AEInstallerApp.h                                                                                                        |
5 > | Function: Sets up the main application window.                                                        |
6 > | Created: 07/05/2009 17:23:39                                                                                          |
7 > \***************************************************************************/
8  
9   #ifndef _AEINSTALLERAPP_H_
10   #define _AEINSTALLERAPP_H_
# Line 18 | Line 15
15   */
16  
17   ////@begin includes
18 + #include "wx/app.h"
19   #include "wx/image.h"
20   #include "main_window.h"
21   ////@end includes
22  
25 string escapePath(string input);
26
23   /*!
24   * Forward declarations
25   */
# Line 81 | Line 77 | DECLARE_APP(AEInstallerApp)
77  
78   #endif
79      // _AEINSTALLERAPP_H_
80 < int globalizeData(void);
80 >
81   void globalize2(void);
82 < MainWindow* TheWindow;
82 > bool CheckForRequiredSoftware(void);
83 > void doglobalizeData(void);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)