blob: 47bb0d353762ffbf5661791390027b708cf1f03c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
-- File: Prs3d_BasicAspect.cdl
-- Created: Thu Feb 15 09:32:13 2000
-- Author: Gerard GRAS
---Copyright: Matra Datavision 2000
---Purpose All basic Prs3d_xxxAspect must inherits from this class
deferred class BasicAspect from Prs3d inherits TShared from MMgt
is
end BasicAspect from Prs3d;
|