mirror of
https://github.com/elliotnunn/supermario.git
synced 2024-11-22 04:31:30 +00:00
35 lines
893 B
C
35 lines
893 B
C
|
|
/************************************************************
|
|
|
|
Created: Saturday, July 27, 1991 at 5:06 PM
|
|
OSEvents.h
|
|
C Interface to the Macintosh Libraries
|
|
|
|
|
|
Copyright Apple Computer, Inc. 1985-1992
|
|
All rights reserved
|
|
|
|
Change History (most recent first):
|
|
|
|
<8> 3/26/92 JSM Rolled this file into SuperMario project.
|
|
<7> 2/27/92 DCL Combined Events.h and OSEvents.h (into Events.h) for NIIM (New
|
|
Improved Inside Mac).
|
|
<6> 7/30/91 JL Updated Copyright.
|
|
<5> 1/27/91 LN Checked in Database generate file from DSG.
|
|
<4> 10/21/90 gbm (with dba) Made compatible with 3.2 C compiler (and incompatible
|
|
with previous compilers).
|
|
<4> 10/10/90 JAL New style #Pragma Parameters for MPW 3.2 C
|
|
|
|
************************************************************/
|
|
|
|
|
|
#ifndef __OSEVENTS__
|
|
#define __OSEVENTS__
|
|
|
|
#ifndef __EVENTS__
|
|
#include <Events.h>
|
|
#endif
|
|
|
|
|
|
#endif
|