Changeset 2 for trunk/Game2048.lpr


Ignore:
Timestamp:
Dec 6, 2018, 10:58:45 PM (5 years ago)
Author:
chronos
Message:
  • Added: New game dialog with setting of game board size.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      Game2048
      Game2048.lps
      lib
  • trunk/Game2048.lpr

    r1 r2  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UGame
     10  Forms, UFormMain, UGame, UFormNew
    1111  { you can add units after this };
    1212
     
    1717  Application.Initialize;
    1818  Application.CreateForm(TFormMain, FormMain);
     19  Application.CreateForm(TFormNew, FormNew);
    1920  Application.Run;
    2021end.
Note: See TracChangeset for help on using the changeset viewer.