home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Games
/
Abalone 1.4.2
/
src
/
InsideMac.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-09-21
|
339 b
|
18 lines
|
[
TEXT/MPS
]
#ifndef _INSIDE_MAC_
#define _INSIDE_MAC_
#include <OSUtils.h>
#include <Types.h>
#include "CommonTypes.h"
boolean GestaltAvailable (void);
boolean System7Available (void);
boolean ColorQDAvailable (void);
OSErr InitPPC (void); // IM VI Ch.7 p.10-11
short NumToolboxTraps (void);
TrapType GetTrapType (short theTrap);
#endif