mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-16 21:30:14 +08:00
17 lines
289 B
Plaintext
Executable File
17 lines
289 B
Plaintext
Executable File
-- File: AppStd.cdl
|
|
-- Created: Sep 7 14:50:00 2000
|
|
-- Author: TURIN Anatoliy <ati@nnov.matra-dtv.fr>
|
|
-- Copyright: Matra Datavision 2000
|
|
|
|
package AppStd
|
|
|
|
uses
|
|
|
|
Standard, TCollection, TColStd, Resource, CDM, TDocStd
|
|
is
|
|
class Application;
|
|
|
|
end AppStd;
|
|
|
|
|