home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / DEMOSOFT / ACTION.EXE / 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.