DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ B T ┃
Length: 558 (0x22e) Types: TextFile Names: »B«
└─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04 └─ ⟦d65440be7⟧ »DATA« └─⟦this⟧
package body Motor_Scene is procedure Create_Scene (S : in out Scene) is begin [statement] end Create_Scene; procedure Destruct_Scene (S : in out Scene) is begin [statement] end Destruct_Scene; procedure Play_Scene (S : Scene) is begin [statement] end Play_Scene; procedure Append_Actor (S : Scene; A : Actor) is begin [statement] end Append_Actor; function Witch_Scene (A : Actor) return Scene is begin [statement] end Witch_Scene; end Motor_Scene;