home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Beta / Quicktime 2.0 Beta.iso / Programming Stuff / Interfaces / Universal Interfaces / Packages.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-30  |  1.0 KB  |  47 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        Packages.h
  3.  
  4.     Copyright:    © 1984-1993 by Apple Computer, Inc., all rights reserved.
  5.  
  6.     WARNING
  7.     This file was auto generated by the interfacer tool. Modifications
  8.     must be made to the master file.
  9.  
  10. */
  11.  
  12. #ifndef __PACKAGES__
  13. #define __PACKAGES__
  14.  
  15. #ifndef __TYPES__
  16. #include <Types.h>
  17. /*    #include <ConditionalMacros.h>                                */
  18. /*    #include <MixedMode.h>                                        */
  19. /*        #include <Traps.h>                                        */
  20. #endif
  21.  
  22. enum  {
  23.     listMgr                        = 0,                            /*list manager*/
  24.     dskInit                        = 2,                            /*Disk Initializaton*/
  25.     stdFile                        = 3,                            /*Standard File*/
  26.     flPoint                        = 4,                            /*Floating-Point Arithmetic*/
  27.     trFunc                        = 5,                            /*Transcendental Functions*/
  28.     intUtil                        = 6,                            /*International Utilities*/
  29.     bdConv                        = 7,                            /*Binary/Decimal Conversion*/
  30.     editionMgr                    = 11                            /*Edition Manager*/
  31. };
  32.  
  33. #ifdef __cplusplus
  34. extern "C" {
  35. #endif
  36.  
  37. extern pascal void InitPack(short packID)
  38.  ONEWORDINLINE(0xA9E5);
  39. extern pascal void InitAllPacks(void)
  40.  ONEWORDINLINE(0xA9E6);
  41. #ifdef __cplusplus
  42. }
  43. #endif
  44.  
  45. #endif
  46.  
  47.