home *** CD-ROM | disk | FTP | other *** search
- /*
- File: MyComponentRoutines.h
-
- Contains: simple component sample.
-
- Written by: John Wang
-
- Copyright: © 1994 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <1> 03/14/94 JW Re-Created for Universal Headers.
-
- To Do:
-
- */
-
- #ifdef THINK_C
- #define applec
- #endif
-
- /* ------------------------------------------------------------------------- */
-
- pascal ComponentResult MyIsPlayerEvent (PrivateGlobals **storage,
- EventRecord *e);
-
- void SwapWindow(PrivateGlobals **storage);
-
-