mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-06 14:30:37 +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.
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
|