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 / Interfaces / ModTypeConversion.h < prev    next >
Encoding:
Text File  |  1994-10-21  |  174 b   |  4 lines  |  [TEXT/KAHL]

  1. void MyUnsignedFix2Double(Fixed myFixed, double *myDouble);
  2. void MyX2UnsignedFix(extended *myX, Fixed *myFixed);
  3. void MyDouble2UnsignedFix(double *myDouble, Fixed *myFixed);
  4.