mac-rom/Toolbox/WindowMgr/LayerWDEF.a
Elliot Nunn 4325cdcc78 Bring in CubeE sources
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.
2017-12-26 09:52:23 +08:00

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