IRS_MetaHandler.h

/******************************************************************************\
                                                                        
        Module:     IRS_MetaHandler.h                                           
                                                                            
        Purpose:    metahandler functions                               
                                                                        
        Author:     Sun-Inn Shih                                    
                                                                        
        Copyright (C) 1993-96 Apple Computer, Inc.  All rights reserved.    
                                                                            
\*****************************************************************************/
#ifndef IRS_METAHANDLER_H
#define IRS_METAHANDLER_H
 
#include <QD3D.h>
#include <QD3DExtension.h>
 
TQ3XFunctionPointer IRSMetaHandler(
    TQ3XMethodType  pMethodType);
 
#endif /* IRS_METAHANDLER_H */