| 1234567891011121314151617181920 |
- {:
- History:
- 13/01/07 - Da Stranger - Added a FPS counter
- 30/11/06 - Tim "Sivael" Kapuœciñski [[email protected]]
- - Added the CenterBranchConstant TrackBar to
- use the new functions of TGLTree.
- }
- program TreeD;
- uses
- Forms,
- fTreeD in 'fTreeD.pas' {FormTree};
- {$R *.res}
- begin
- Application.Initialize;
- Application.CreateForm(TFormTree, FormTree);
- Application.Run;
- end.
|