Changeset 2 for trunk/Game2048.lpr
- Timestamp:
- Dec 6, 2018, 10:58:45 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:ignore
set to
Game2048
Game2048.lps
lib
-
Property svn:ignore
set to
-
trunk/Game2048.lpr
r1 r2 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UFormMain, UGame 10 Forms, UFormMain, UGame, UFormNew 11 11 { you can add units after this }; 12 12 … … 17 17 Application.Initialize; 18 18 Application.CreateForm(TFormMain, FormMain); 19 Application.CreateForm(TFormNew, FormNew); 19 20 Application.Run; 20 21 end.
Note:
See TracChangeset
for help on using the changeset viewer.