Skip to content

Commit 2a1ece0

Browse files
committed
Added support for Delphi 10.2 Tokyo
1 parent f9b2557 commit 2a1ece0

38 files changed

+4849
-3680
lines changed

Tutorials/1.GettingStarted/1.HelloWindow/T101HelloWindow.dpr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ uses
66
Sample.App in '..\..\Common\Sample.App.pas',
77
Sample.Platform in '..\..\Common\Sample.Platform.pas',
88
App in 'App.pas',
9-
Sample.Classes in '..\..\Common\Sample.Classes.pas';
9+
Sample.Classes in '..\..\Common\Sample.Classes.pas',
10+
Sample.Androidapi.AppGlue in '..\..\Common\Sample.Androidapi.AppGlue.pas';
1011

1112
begin
1213
RunApp(THelloWindowApp, 800, 600, 'Hello Window');

Tutorials/1.GettingStarted/1.HelloWindow/T101HelloWindow.dproj

Lines changed: 409 additions & 202 deletions
Large diffs are not rendered by default.
Binary file not shown.

Tutorials/1.GettingStarted/1.HelloWindow/T101HelloWindow.vrc

Whitespace-only changes.

Tutorials/1.GettingStarted/2.HelloTriangle/T102HelloTriangle.dproj

Lines changed: 202 additions & 202 deletions
Large diffs are not rendered by default.
Binary file not shown.

Tutorials/1.GettingStarted/3.Shaders/T103Shaders.dproj

Lines changed: 208 additions & 195 deletions
Large diffs are not rendered by default.
Binary file not shown.

Tutorials/1.GettingStarted/4.Textures/T104Textures.dproj

Lines changed: 206 additions & 206 deletions
Large diffs are not rendered by default.
Binary file not shown.

0 commit comments

Comments
 (0)