Changeset 8 for trunk/Game2048.lpr
- Timestamp:
- Sep 26, 2019, 10:08:16 PM (6 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/Game2048.lpr (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/Game2048.lprr7 r8 4 4 5 5 uses 6 {$IFDEF UNIX} {$IFDEF UseCThreads}7 cthreads, 8 {$ENDIF} {$ENDIF}6 {$IFDEF UNIX} 7 cthreads, clocale, 8 {$ENDIF} 9 9 Interfaces, SysUtils,// this includes the LCL widgetset 10 Forms, U FormMain, UGame, UFormNew, Common10 Forms, UGame, Common, UFormSettings, UFormMain, UCore 11 11 { you can add units after this }; 12 12 … … 28 28 Application.Initialize; 29 29 Application.CreateForm(TFormMain, FormMain); 30 Application.CreateForm(T FormNew, FormNew);30 Application.CreateForm(TCore, Core); 31 31 Application.Run; 32 32 end. 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
