Changeset 86 for trunk/Game2048.lpr
- Timestamp:
- Jun 7, 2024, 12:47:11 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Game2048.lpr
r82 r86 8 8 {$ENDIF} 9 9 Interfaces, SysUtils,// this includes the LCL widgetset 10 Forms, UGame, Common, UFormMain, UCore10 Forms, Game, Common, FormMain, Core 11 11 { you can add units after this }; 12 12 … … 28 28 Application.Scaled := True; 29 29 Application.Initialize; 30 Application.CreateForm(TCore, Core );31 Application.CreateForm(TFormMain, FormMain );30 Application.CreateForm(TCore, Core.Core); 31 Application.CreateForm(TFormMain, FormMain.FormMain); 32 32 Application.Run; 33 33 end.
Note:
See TracChangeset
for help on using the changeset viewer.