1 |
< |
///////////////////////////////////////////////////////////////////////////// |
2 |
< |
// Name: |
3 |
< |
// Purpose: |
4 |
< |
// Author: |
5 |
< |
// Modified by: |
6 |
< |
// Created: 06/05/2009 08:47:16 |
7 |
< |
// RCS-ID: |
8 |
< |
// Copyright: |
9 |
< |
// Licence: |
10 |
< |
///////////////////////////////////////////////////////////////////////////// |
1 |
> |
/***************************************************************************\ |
2 |
> |
| Project: AE Installer | |
3 |
> |
| By: Gumby & Iritscen | |
4 |
> |
| File: App_Resources.cpp | |
5 |
> |
| Function: Creates the menubar and loads image resources into memory. | |
6 |
> |
| Created: 06/05/2009 08:47:16 | |
7 |
> |
\***************************************************************************/ |
8 |
|
|
12 |
– |
// For compilers that support precompilation, includes "wx/wx.h". |
13 |
– |
#include "wx/wxprec.h" |
14 |
– |
|
15 |
– |
#ifdef __BORLANDC__ |
16 |
– |
#pragma hdrstop |
17 |
– |
#endif |
18 |
– |
|
19 |
– |
#ifndef WX_PRECOMP |
20 |
– |
#include "wx/wx.h" |
21 |
– |
#endif |
9 |
|
|
10 |
|
////@begin includes |
11 |
|
////@end includes |
12 |
< |
|
12 |
> |
#include "globals.h" |
13 |
|
#include "app_resources.h" |
14 |
|
|
15 |
|
////@begin XPM images |