mirror of
https://github.com/elliotnunn/supermario.git
synced 2024-11-29 20:49:19 +00:00
26 lines
556 B
C
26 lines
556 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__ |