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_ |
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 |
|
*/ |
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); |