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

Comparing AE/Installer/trunk/source/app_resources.cpp (file contents):
Revision 324 by iritscen, Tue May 26 17:52:10 2009 UTC vs.
Revision 487 by iritscen, Wed Dec 30 01:51:38 2009 UTC

# Line 1 | Line 1
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

Diff Legend

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