Ignore:
Timestamp:
Dec 30, 2009, 2:51:38 AM (15 years ago)
Author:
iritscen
Message:

Adding update feature; moving/neatening some code; adding globals.h

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\***************************************************************************/
    118
    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
    229
    2310////@begin includes
    2411////@end includes
    25 
     12#include "globals.h"
    2613#include "app_resources.h"
    2714
Note: See TracChangeset for help on using the changeset viewer.