home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / wtest / macromed / action / drivers / qtw111 / samples / mathcomp.h < prev    next >
Encoding:
Text File  |  1994-10-29  |  674 b   |  19 lines

  1. // ---------------------------------------------------------------------
  2. //
  3. // MathComp.h   - Math Components - QuickTime for Windows
  4. //
  5. //                Version 1.0
  6. //
  7. //                (c) 1988-1993 Apple Computer, Inc. All Rights Reserved.
  8. //
  9. // ---------------------------------------------------------------------
  10.  
  11.  
  12. // Function Prototypes
  13. // -------------------
  14. short QTAPI Add2 (ComponentInstance ci, short sOne, short sTwo);
  15. short QTAPI Sum (ComponentInstance ci, short sValue);
  16. short QTAPI SetSum (ComponentInstance ci, short sValue);
  17. short QTAPI SetGlobalSum (ComponentInstance ci, short sValue);
  18. short QTAPI GetGlobalSum (ComponentInstance ci);
  19.