- program PlayCap;
- uses
- Forms,
- main in 'main.pas' {VideoForm},
- Allocator in '..AllocatorAllocator.pas',
- PlaneScene in '..AllocatorPlaneScene.pas';
- {$R *.res}
- begin
- Application.Initialize;
- Application.CreateForm(TVideoForm, VideoForm);
- Application.Run;
- end.