Skip to content

Commit

Permalink
Added D12 project
Browse files Browse the repository at this point in the history
  • Loading branch information
DelphiWorlds committed Jul 15, 2024
1 parent 2fbbe9c commit 399b554
Show file tree
Hide file tree
Showing 2 changed files with 1,555 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Demos/Camera/CameraDemoD12.dpr
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
program CameraDemoD12;

uses
System.StartUpCopy,
FMX.Forms,
CD.View.Main in 'Views\CD.View.Main.pas' {MainView},
CD.View.Camera in 'Views\CD.View.Camera.pas' {CameraView},
CD.Types in 'Core\CD.Types.pas';

{$R *.res}

begin
Application.Initialize;
Application.CreateForm(TMainView, MainView);
Application.Run;
end.
Loading

0 comments on commit 399b554

Please sign in to comment.