00001 #ifndef __AITransformAgain__
00002 #define __AITransformAgain__
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030 #ifndef __AITypes__
00031 #include "AITypes.h"
00032 #endif
00033
00034 #ifndef __AIPlugin__
00035 #include "AIPlugin.h"
00036 #endif
00037
00038
00039 #include "AIHeaderBegin.h"
00040
00044
00045
00046
00047
00048
00049
00050 #define kAITransformAgainSuite "AI Transform Again Suite"
00051 #define kAITransformAgainSuiteVersion4 AIAPI_VERSION(4)
00052 #define kAITransformAgainSuiteVersion kAITransformAgainSuiteVersion4
00053 #define kAITransformAgainVersion kAITransformAgainSuiteVersion
00054
00057 #define kCallerAITransformAgain "AI Transform Again"
00058
00061 #define kSelectorAITransformAgain "AI Go"
00062
00063
00064
00065
00066
00067
00068
00069
00071 typedef struct {
00073 SPMessageData d;
00074 } AITransformAgainMessage;
00075
00076
00077
00078
00079
00080
00081
00082
00096 typedef struct {
00097
00128 AIAPI AIErr (*SetTransformAgain)( SPPluginRef self );
00129
00136 AIAPI AIErr (*GetTransformAgain)( SPPluginRef *plugin );
00137
00138 } AITransformAgainSuite;
00139
00140
00141 #include "AIHeaderEnd.h"
00142
00143
00144 #endif