home *** CD-ROM | disk | FTP | other *** search
- // ---------------------------------------------------------------------
- //
- // MathComp.h - Math Components - QuickTime for Windows
- //
- // Version 1.0
- //
- // (c) 1988-1993 Apple Computer, Inc. All Rights Reserved.
- //
- // ---------------------------------------------------------------------
-
-
- // Function Prototypes
- // -------------------
- short QTAPI Add2 (ComponentInstance ci, short sOne, short sTwo);
- short QTAPI Sum (ComponentInstance ci, short sValue);
- short QTAPI SetSum (ComponentInstance ci, short sValue);
- short QTAPI SetGlobalSum (ComponentInstance ci, short sValue);
- short QTAPI GetGlobalSum (ComponentInstance ci);
-