home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / SoundEffects 0.9.2 / SoundEffects Developer’s Kit / EmptyEffect ƒ / Empty.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-10  |  111 b   |  9 lines  |  [TEXT/KAHL]

  1. struct ModSettingsRec
  2. {
  3.     unsigned long    paramOne;
  4.     short            paramTwo;
  5. };
  6.  
  7.  
  8. #define    kModSignature    "\pEmptyEffect"
  9.