00001 #ifndef __AILegacyTextConversion__
00002 #define __AILegacyTextConversion__
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 __AIArt__
00035 #include "AIArt.h"
00036 #endif
00037
00038 #include "AIHeaderBegin.h"
00039
00043
00044
00045
00046
00047
00048
00049 #define kAILegacyTextConversionSuite "AI Legacy Text Conversion Suite"
00050 #define kAILegacyTextConversionSuiteVersion3 AIAPI_VERSION(3)
00051 #define kAILegacyTextConversionSuiteVersion kAILegacyTextConversionSuiteVersion3
00052 #define kAILegacyTextConversionVersion kAILegacyTextConversionSuiteVersion
00053
00054
00055
00056
00057
00058
00059
00060
00068 typedef struct {
00069
00079 AIAPI AIErr (*ConvertToNative)(AIArtHandle art, ai::int16 paintOrder, AIArtHandle prep, AIArtHandle* ret);
00080
00086 AIAPI AIErr (*ConvertAllToNative)(AIBoolean* foundAnyLegacy);
00087
00094 AIAPI AIErr (*IsACopy)( AIArtHandle LegacyArt , AIBoolean *aCopy);
00095
00096 } AILegacyTextConversionSuite;
00097
00098
00099 #include "AIHeaderEnd.h"
00100
00101
00102 #endif