home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / SDK / SNDLIST.OPH < prev    next >
Encoding:
Text File  |  1995-12-21  |  900 b   |  58 lines

  1. #define SNDLIST_OPH
  2.  
  3. #ifndef FACTIVE_OPH
  4. #include <sdk\factive>
  5. #endif
  6.  
  7. #ifndef CHLIST_OPH
  8. #include <sdk\chlist>
  9. #endif
  10.  
  11. #ifndef HACTIVE_OPH
  12. #include <sdk\hactive>
  13. #endif
  14.  
  15. /* Constants for sndlist */
  16.  
  17. #define SNDLIST_TWOTONE_SOUNDS 2
  18.  
  19. /* Property of sndlist */
  20.  
  21. STRUCT PRS_SNDLIST
  22.     rom_count%
  23.     rom_name_fmt#(12)
  24. ENDS
  25.  
  26. STRUCT PR_SNDLIST
  27.     root#(SIZEOF(PRS_ROOT))
  28.     win#(SIZEOF(PRS_WIN))
  29.     lodger#(SIZEOF(PRS_LODGER))
  30.     chlist#(SIZEOF(PRS_CHLIST))
  31.     sndlist#(SIZEOF(PRS_SNDLIST))
  32. ENDS
  33.  
  34. /* Property of sndlocs */
  35.  
  36. STRUCT PRS_SNDLOCS
  37.     data%
  38. ENDS
  39.  
  40. STRUCT PR_SNDLOCS
  41.     root#(SIZEOF(PRS_ROOT))
  42.     locs#(SIZEOF(PRS_LOCS))
  43.     sndlocs#(SIZEOF(PRS_SNDLOCS))
  44. ENDS
  45.  
  46. /* Property of fsoundao */
  47.  
  48. STRUCT PRS_FSOUNDAO
  49.     snd%
  50. ENDS
  51.  
  52. STRUCT PR_FSOUNDAO
  53.     root#(SIZEOF(PRS_ROOT))
  54.     active#(SIZEOF(PRS_ACTIVE))
  55.     haidle#(SIZEOF(PRS_HAIDLE))
  56.     fsoundao#(SIZEOF(PRS_FSOUNDAO))
  57. ENDS
  58.