Subversion Repositories filter_foundry

Rev

Rev 439 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 439 Rev 442
Line 22... Line 22...
22
#define SCRIPTING_H_
22
#define SCRIPTING_H_
23
 
23
 
24
/* Portions Copyright 1993 - 1999 Adobe Systems Incorporated */
24
/* Portions Copyright 1993 - 1999 Adobe Systems Incorporated */
25
/* All Rights Reserved.                                      */
25
/* All Rights Reserved.                                      */
26
 
26
 
27
#include <stddef.h>                     // Standard definitions.
27
//#include <stddef.h>                     // Standard definitions.
28
//#include <Types.h>                    // Standard types.
28
//#include <Types.h>                    // Standard types.
29
 
29
 
30
#include "PITypes.h"                    // Photoshop types.
30
//#include "PITypes.h"                    // Photoshop types.
31
#include "PIGeneral.h"                  // Photoshop general routines.
31
//#include "PIGeneral.h"                  // Photoshop general routines.
32
#include "PIActions.h"                  // Photoshop scripting.
32
//#include "PIActions.h"                  // Photoshop scripting.
33
#include "PIAbout.h"                    // AboutRecord structure.
33
//#include "PIAbout.h"                    // AboutRecord structure.
34
#include "PIFormat.h"                   // AboutRecord structure.
34
//#include "PIFormat.h"                   // AboutRecord structure.
35
//#include "PIDefines.h"                // Plug-in definitions.
35
//#include "PIDefines.h"                // Plug-in definitions.
36
//#include "FileUtilities.h"            // Simple file utilities.
36
//#include "FileUtilities.h"            // Simple file utilities.
37
 
37
 
38
Boolean HostDescriptorAvailable (PIDescriptorParameters *procs,
38
Boolean HostDescriptorAvailable (PIDescriptorParameters *procs,
39
                                 Boolean *outNewerVersion);
39
                                 Boolean *outNewerVersion);