mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-11-19 03:06:49 +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
555 B
C
26 lines
555 B
C
/* --------------------------------------------------------------------------------------
|
|
|
|
Copyright © 1991, Apple Computer, Inc, All Rights Reserved.
|
|
|
|
File: ZoneHandle.h
|
|
|
|
Author: John Farmer
|
|
|
|
Contains: Header file information for the file ZoneHandle.c
|
|
|
|
Revisions: (most recent first):
|
|
|
|
ID Date Description
|
|
|
|
<1> 03/23/91 John Farmer - Created file.
|
|
|
|
----------------------------------------------------------------------------------- */
|
|
|
|
|
|
#ifndef __ZoneHandle__
|
|
#define __ZoneHandle__
|
|
|
|
|
|
|
|
|
|
#endif __ZoneHandle__ |