Completed Lab/CreateMovie.h

/*
    File:       CreateMovie.h
    
    Contains:   Prototypes for CreateMovie.c functions
    
    Written by: Scott Kuechle
                (based heavily on QuickTime sample code in Inside Macintosh:QuickTime)
 
    Copyright:  © 1998 by Apple Computer, Inc. All rights reserved
    
    Change History (most recent first)
    
        <1>     6/26/98     srk     first file
 
 
*/
 
 
void CheckError(OSErr error, char *msg);
Boolean CreateAMovie (void);