Ignore:
Timestamp:
Mar 30, 2009, 4:47:10 AM (16 years ago)
Author:
iritscen
Message:

Restoring source, adding Xcode proj.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • AE/Installer/trunk/source/subs.cpp

    r282 r286  
    1414bool FALSE = 0;
    1515bool TRUE = 0;
     16
     17
     18int main(void)
     19{
     20
     21        //      SetConsoleTitle("AE Installer"); windows junk, convert to SDL
     22//      system("color 0A");
     23        cout << "\nWelcome to the AE installer!\n";
     24
     25        cout << "\nWhat would you like to do?\n";
     26       
     27        return mainMenu();
     28
     29       
     30}
    1631
    1732int mainMenu(void) {
     
    4560        } while(ok == FALSE);
    4661        return 0;
    47 }
    48 void main(void)
    49 {
    50 
    51         //      SetConsoleTitle("AE Installer"); windows junk, convert to SDL
    52 //      system("color 0A");
    53         cout << "\nWelcome to the AE installer!\n";
    54 
    55         cout << "\nWhat would you like to do?\n";
    56        
    57         mainMenu();
    58 
    59        
    6062}
    6163
Note: See TracChangeset for help on using the changeset viewer.