Changeset 487 for AE/Installer/trunk/source/app_resources.cpp
- Timestamp:
- Dec 30, 2009, 2:51:38 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Installer/trunk/source/app_resources.cpp
r324 r487 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 \***************************************************************************/ 11 8 12 // For compilers that support precompilation, includes "wx/wx.h".13 #include "wx/wxprec.h"14 15 #ifdef __BORLANDC__16 #pragma hdrstop17 #endif18 19 #ifndef WX_PRECOMP20 #include "wx/wx.h"21 #endif22 9 23 10 ////@begin includes 24 11 ////@end includes 25 12 #include "globals.h" 26 13 #include "app_resources.h" 27 14
Note:
See TracChangeset
for help on using the changeset viewer.