mirror of
https://github.com/elliotnunn/supermario.git
synced 2024-11-22 04:31:30 +00:00
27 lines
700 B
C
27 lines
700 B
C
|
/*
|
||
|
File: StandardGlue.h
|
||
|
|
||
|
Contains: xxx put contents here xxx
|
||
|
|
||
|
Written by: xxx put writers here xxx
|
||
|
|
||
|
Copyright: © 1993 by Apple Computer, Inc., all rights reserved.
|
||
|
|
||
|
Change History (most recent first):
|
||
|
|
||
|
<SMG2> 9/29/93 chp Standardize conditional inclusion.
|
||
|
<SM4> 10/14/93 pdw <MC> roll-in.
|
||
|
<SM3> 9/9/93 pdw Got rid of the guts basically.
|
||
|
<SM2> 6/29/93 pdw Massive checkins: Change asynchronicity mechanism to CallMachine
|
||
|
stack switching mechanism. Adding support for Cold Fusion.
|
||
|
Rearranging HW/SW Init code. Some code optimizations.
|
||
|
<1> 5/29/93 PW first checked in
|
||
|
|
||
|
*/
|
||
|
|
||
|
#ifndef __STANDARDGLUE__
|
||
|
#define __STANDARDGLUE__
|
||
|
|
||
|
|
||
|
#endif __STANDARDGLUE__
|