Changeset 65 for trunk/Game2048.lpr
- Timestamp:
- Jan 23, 2020, 12:21:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Game2048.lpr
r54 r65 29 29 Application.Scaled := True; 30 30 Application.Initialize; 31 Application.CreateForm(TCore, Core); 31 32 Application.CreateForm(TFormMain, FormMain); 32 Application.CreateForm(TCore, Core);33 33 Application.Run; 34 34 end.
Note:
See TracChangeset
for help on using the changeset viewer.