CH5REG.PAS
unit ch5reg;
interface
procedure Register;
implementation
uses
DdhNoth, DdhSounB, DdhGraph, DdhInpuB, DdhLed,
DdhNumEd, DdhSemap, DdhAnimC, DdhAnimB, DdhSemaB,
DdhSemaL, DdhCntEd, DdhSuper;
procedure Register;
begin
DdhNoth.Register;
DdhSounB.Register;
DdhGraph.Register;
DdhInpuB.Register;
DdhLed.Register;
DdhNumEd.Register;
DdhSemap.Register;
DdhAnimC.Register;
DdhAnimB.Register;
DdhSemaB.Register;
DdhSemaL.Register;
DdhCntEd.Register;
DdhSuper.Register;
end;
end.
Generated by PasToWeb, a tool by Marco Cantù.