mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-12-30 13:29:57 +00:00
4325cdcc78
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included. The Tools directory, containing mostly junk, is also excluded.
26 lines
611 B
Plaintext
26 lines
611 B
Plaintext
;EASE$$$ READ ONLY COPY of file ÒLayerWDEF.aÓ
|
|
; 1.0 EMT 05/13/1989 Added to EASE.
|
|
; END EASE MODIFICATION HISTORY
|
|
; ***************************************************************************
|
|
; File: LayerWDEF.a
|
|
; By: Ed Tecot
|
|
; Copyright © 1989 Apple Computer, Inc.
|
|
;
|
|
; This file prepends the standard header to the layer definition function.
|
|
; ***************************************************************************
|
|
|
|
STRING ASIS
|
|
|
|
WDEF127 PROC EXPORT
|
|
IMPORT LayerProc
|
|
BRA.S LayerProc
|
|
|
|
DC.W 0 ; Flags
|
|
DC.B 'WDEF' ; Type
|
|
DC.W 127 ; ID
|
|
DC.W 1 ; Version
|
|
|
|
END
|
|
|
|
|