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:
C/C++ Source or Header  |  1995-09-21  |  339 b   |  18 lines  |  [TEXT/MPS ]

  1. #ifndef _INSIDE_MAC_
  2. #define _INSIDE_MAC_
  3.  
  4. #include <OSUtils.h>
  5. #include <Types.h>
  6. #include "CommonTypes.h"
  7.  
  8. boolean        GestaltAvailable (void);
  9. boolean        System7Available (void);
  10. boolean        ColorQDAvailable (void);
  11.  
  12. OSErr        InitPPC (void);                    //    IM VI Ch.7 p.10-11
  13.  
  14. short        NumToolboxTraps (void);
  15. TrapType    GetTrapType (short theTrap);
  16.  
  17. #endif
  18.